The IDataService type exposes the following members.

Methods

  NameDescription
Public methodAddNotificationTypeAction
Creates a new Notification Type Action
Public methodCountNotifications
Gets the amount of Notifications of a user
Public methodCreateNotificationType
Creates a new Notification Type
Public methodDeleteNotification
Delete a Notification
Public methodDeleteNotificationType
Deletes an existing Notification Type
Public methodDeleteNotificationTypeAction
Deletes a Notification Type Action
Public methodDeleteUserNotifications
Deletes all the Notifications of a user
Public methodGetNotification
Gets a Notification
Public methodGetNotificationByContext
Gets a Notification
Public methodGetNotifications
Gets a paginated list of Notifications
Public methodGetNotificationType
Gets a Notification Type
Public methodGetNotificationTypeAction
Gets a Notification Type Action
Public methodGetNotificationTypeActionByName
Gets a Notification Type Action
Public methodGetNotificationTypeActions
Gets all the Notification Type Action of a Notification Type
Public methodGetNotificationTypeByName
Gets a Notification Type
Public methodGetToasts
Get a list of Toast Notifications that have not been delivered yet.
Public methodIsToastPending
Whether a Toast Notification is pending or not
Public methodMarkReadyForToast
Mark a Toast ready for sending
Public methodMarkToastSent
Mark Toast being already sent
Public methodSendNotification
Send a notification to its receivers

See Also