Click or drag to resize

NotificationsGetNotificationsV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Notifications.GetNotificationsV30Async(BlackBerry.Workspaces.Json.ListNotificationsJson)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<PagingItemListJson<NotificationJson>> GetNotificationsV30Async(
	ListNotificationsJson listNotificationsJson
)

Parameters

listNotificationsJson
Type: BlackBerry.Workspaces.JsonListNotificationsJson

[Missing <param name="listNotificationsJson"/> documentation for "M:BlackBerry.Workspaces.Resource.Notifications.GetNotificationsV30Async(BlackBerry.Workspaces.Json.ListNotificationsJson)"]

Return Value

Type: TaskPagingItemListJsonNotificationJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Notifications.GetNotificationsV30Async(BlackBerry.Workspaces.Json.ListNotificationsJson)"]

See Also