Notification Methods
Info
This is Unofficial and a fan made project, do not ask ScriptBlox for support.
RetrieveNotifications
Retrieves all notifications for a user with the specified authorization.
public List<NotificationObject> RetrieveNotifications(string authorization)
Parameters
authorization
(string): The authorization token.Return Value
List<NotificationObject>
: A list of NotificationObject containing the retrieved notifications.Exceptions
None
RetrieveNotifications
Retrieves all notifications for a user with the specified authorization.
public List<NotificationObject> RetrieveNotifications(string authorization)
Parameters
authorization
(string): The authorization token.type
(string): The desired type of notifications to retrieve.Return Value
List<NotificationObject>
: A list of NotificationObject objects that match the specified type.Exceptions
None