![]() |
Essential Kit
|
This is the complete list of members for NotificationServices, including all inherited members.
CancelAllScheduledNotifications() | NotificationServices | static |
CancelScheduledNotification(string notificationId) | NotificationServices | static |
CancelScheduledNotification(INotification notification) | NotificationServices | static |
CreateNotificationWithId(string notificationId) | NotificationServices | static |
GetDeliveredNotifications(EventCallback< NotificationServicesGetDeliveredNotificationsResult > callback=null) | NotificationServices | static |
GetScheduledNotifications(EventCallback< NotificationServicesGetScheduledNotificationsResult > callback=null) | NotificationServices | static |
GetSettings(Callback< NotificationServicesGetSettingsResult > callback=null) | NotificationServices | static |
Initialize(NotificationServicesUnitySettings settings) | NotificationServices | static |
IsRegisteredForPushNotifications() | NotificationServices | static |
RegisterForPushNotifications(EventCallback< NotificationServicesRegisterForPushNotificationsResult > callback=null) | NotificationServices | static |
RemoveAllDeliveredNotifications() | NotificationServices | static |
RequestPermission(NotificationPermissionOptions options, bool showPrepermissionDialog=true, EventCallback< NotificationServicesRequestPermissionResult > callback=null) | NotificationServices | static |
ScheduledNotifications | NotificationServices | static |
ScheduleNotification(INotification notification, CompletionCallback callback=null) | NotificationServices | static |
SetApplicationIconBadgeNumber(int count) | NotificationServices | static |
UnregisterForPushNotifications() | NotificationServices | static |