Click or drag to resize

NotificationClientClearNotificationAsync Method

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

Namespace:  OpenFin.Notifications
Assembly:  OpenFin.Notifications (in OpenFin.Notifications.dll) Version: 0.12.8
Syntax
C#
public static Task<bool> ClearNotificationAsync(
	string id
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:OpenFin.Notifications.NotificationClient.ClearNotificationAsync(System.String)"]

Return Value

Type: TaskBoolean

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

See Also