Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetNotifications ( |
Returns a collection of notifications.
|
|
GetNotifications ( |
Returns a collection of notifications.
|
|
GetNotifications ( |
Returns a collection of notifications.
|
|
GetNotificationsAsync ( |
Returns a collection of notifications.
|
|
GetNotificationsAsync ( |
Returns a collection of notifications.
|
|
GetNotificationsAsync ( |
Returns a collection of notifications.
|
|
MarkNotificationsAsSeen ( |
Mark all notifications as seen.
|
|
MarkNotificationsAsSeenAsync ( |
Mark all notifications as seen.
|
public static GetNotifications ( |
||
client | ||
return |
public static GetNotifications ( |
||
client | ||
limit | int | End index. |
return |
public static GetNotifications ( |
||
client | ||
limit | int | End index. |
offset | int | Start index. |
return |
public static GetNotificationsAsync ( |
||
client | ||
return | void |
public static GetNotificationsAsync ( |
||
client | ||
limit | int | End index. |
return | void |
public static GetNotificationsAsync ( |
||
client | ||
limit | int | End index. |
offset | int | Start index. |
return | void |
public static MarkNotificationsAsSeen ( |
||
client | ||
return | void |
public static MarkNotificationsAsSeenAsync ( |
||
client | ||
return | void |