Click or drag to resize

NotificationClientCreateNotificationAsync Method

[Missing <summary> documentation for "M:OpenFin.Notifications.NotificationClient.CreateNotificationAsync(System.String,OpenFin.Notifications.NotificationOptions)"]

Namespace:  OpenFin.Notifications
Assembly:  OpenFin.Notifications (in OpenFin.Notifications.dll) Version: 0.12.8
Syntax
C#
public static Task<NotificationOptions> CreateNotificationAsync(
	string notificationId,
	NotificationOptions options
)

Parameters

notificationId
Type: SystemString

[Missing <param name="notificationId"/> documentation for "M:OpenFin.Notifications.NotificationClient.CreateNotificationAsync(System.String,OpenFin.Notifications.NotificationOptions)"]

options
Type: OpenFin.NotificationsNotificationOptions

[Missing <param name="options"/> documentation for "M:OpenFin.Notifications.NotificationClient.CreateNotificationAsync(System.String,OpenFin.Notifications.NotificationOptions)"]

Return Value

Type: TaskNotificationOptions

[Missing <returns> documentation for "M:OpenFin.Notifications.NotificationClient.CreateNotificationAsync(System.String,OpenFin.Notifications.NotificationOptions)"]

See Also