|
Essential Kit
|
Provides cross-platform interface for scheduling, registering and handling notifications. More...
Classes | |
| class | CalendarNotificationTrigger |
| A trigger condition that causes a notification to be delivered at a specific date and time. More... | |
| interface | INotification |
| Provides a cross-platform interface to access properties of Notification object. More... | |
| interface | INotificationTrigger |
| Base interface for representing an event that triggers the delivery of a notification. More... | |
| class | NotificationAndroidProperties |
| Notification properties specific to Android platform. More... | |
| class | NotificationBuilder |
| Builder class for INotification objects. Provides a convenient way to set the various fields of a INotification. More... | |
| class | NotificationChannel |
| Class representing a notification channel. More... | |
| class | NotificationIosProperties |
| Notification properties specific to iOS platform. More... | |
| class | NotificationServices |
| Provides cross-platform interface for scheduling, registering and handling notifications. More... | |
| class | NotificationServicesGetDeliveredNotificationsResult |
| This class contains the information retrieved when NotificationServices.GetDeliveredNotifications(EventCallback<NotificationServicesGetDeliveredNotificationsResult>) request is completed. More... | |
| class | NotificationServicesGetScheduledNotificationsResult |
| This class contains the information retrieved when NotificationServices.GetScheduledNotifications(EventCallback<NotificationServicesGetScheduledNotificationsResult>) request is completed. More... | |
| class | NotificationServicesGetSettingsResult |
| This class contains the information retrieved when NotificationServices.GetSettings(Callback<NotificationServicesGetSettingsResult>) is completed. More... | |
| class | NotificationServicesNotificationReceivedResult |
| This class contains the information retrieved when notification message is received. More... | |
| class | NotificationServicesRegisterForPushNotificationsResult |
| This class contains the information retrieved when NotificationServices.RegisterForPushNotifications(EventCallback<NotificationServicesRegisterForPushNotificationsResult>) operation is completed. More... | |
| class | NotificationServicesRequestPermissionResult |
| This class contains the information retrieved when NotificationServices.RequestPermission(NotificationPermissionOptions, bool, EventCallback<NotificationServicesRequestPermissionResult>) operation is completed. More... | |
| class | TimeIntervalNotificationTrigger |
| A trigger condition that causes a notification to be delivered after the specified amount of time elapses. More... | |