|
UTNotifications
1.8
Professional Local & Push Notification Plugin
|
This is the complete list of members for UTNotifications.Manager, including all inherited members.
| _OnNotificationClicked(ReceivedNotification notification) (defined in UTNotifications.Manager) | UTNotifications.Manager | protected |
| _OnNotificationsReceived(IList< ReceivedNotification > receivedNotifications) (defined in UTNotifications.Manager) | UTNotifications.Manager | protected |
| _OnPushRegistrationFailed(string error) (defined in UTNotifications.Manager) | UTNotifications.Manager | protected |
| _OnSendRegistrationId(string providerName, string registrationId) (defined in UTNotifications.Manager) | UTNotifications.Manager | protected |
| CancelAllNotifications() | UTNotifications.Manager | |
| CancelAllNotificationsImpl() (defined in UTNotifications.Manager) | UTNotifications.Manager | protectedpure virtual |
| CancelNotification(int id) | UTNotifications.Manager | |
| CancelNotificationImpl(int id) (defined in UTNotifications.Manager) | UTNotifications.Manager | protectedpure virtual |
| CheckInitialized() (defined in UTNotifications.Manager) | UTNotifications.Manager | protected |
| CleanupObsoleteScheduledNotifications(List< ScheduledNotification > scheduledNotifications) (defined in UTNotifications.Manager) | UTNotifications.Manager | protectedpure virtual |
| GetBadge() | UTNotifications.Manager | pure virtual |
| HideAllNotifications() | UTNotifications.Manager | pure virtual |
| HideNotification(int id) | UTNotifications.Manager | pure virtual |
| Initialize(bool willHandleReceivedNotifications, int startId=0, bool incrementalId=false) | UTNotifications.Manager | |
| Initialized | UTNotifications.Manager | |
| InitializeImpl(bool willHandleReceivedNotifications, int startId, bool incrementalId) (defined in UTNotifications.Manager) | UTNotifications.Manager | protectedpure virtual |
| Instance | UTNotifications.Manager | static |
| NotificationsAllowed() | UTNotifications.Manager | pure virtual |
| NotificationsEnabled() | UTNotifications.Manager | pure virtual |
| NotSupported(string feature=null) (defined in UTNotifications.Manager) | UTNotifications.Manager | protected |
| OnDestroy() (defined in UTNotifications.Manager) | UTNotifications.Manager | protectedvirtual |
| OnInitialized | UTNotifications.Manager | |
| OnInitializedHandler() (defined in UTNotifications.Manager) | UTNotifications.Manager | |
| OnNotificationClicked | UTNotifications.Manager | |
| OnNotificationClickedHandler(ReceivedNotification notification) (defined in UTNotifications.Manager) | UTNotifications.Manager | |
| OnNotificationClickedHasSubscribers() (defined in UTNotifications.Manager) | UTNotifications.Manager | protected |
| OnNotificationsReceived | UTNotifications.Manager | |
| OnNotificationsReceivedHandler(IList< ReceivedNotification > receivedNotifications) (defined in UTNotifications.Manager) | UTNotifications.Manager | |
| OnNotificationsReceivedHasSubscribers() (defined in UTNotifications.Manager) | UTNotifications.Manager | protected |
| OnPushRegistrationFailed | UTNotifications.Manager | |
| OnPushRegistrationFailedHandler(string error) (defined in UTNotifications.Manager) | UTNotifications.Manager | |
| OnPushRegistrationHasSubscribers() (defined in UTNotifications.Manager) | UTNotifications.Manager | protected |
| OnSendRegistrationId | UTNotifications.Manager | |
| OnSendRegistrationIdHandler(string providerName, string registrationId) (defined in UTNotifications.Manager) | UTNotifications.Manager | |
| OnSendRegistrationIdHasSubscribers() (defined in UTNotifications.Manager) | UTNotifications.Manager | protected |
| PostLocalNotification(string title, string text, int id, IDictionary< string, string > userData=null, string notificationProfile=null, int badgeNumber=Notification.BADGE_NOT_SPECIFIED, ICollection< Button > buttons=null) | UTNotifications.Manager | |
| PostLocalNotification(LocalNotification notification) | UTNotifications.Manager | |
| PostLocalNotificationImpl(LocalNotification notification) (defined in UTNotifications.Manager) | UTNotifications.Manager | protectedpure virtual |
| PushNotificationsEnabled() | UTNotifications.Manager | pure virtual |
| ScheduledNotifications | UTNotifications.Manager | |
| ScheduleNotification(int triggerInSeconds, string title, string text, int id, IDictionary< string, string > userData=null, string notificationProfile=null, int badgeNumber=Notification.BADGE_NOT_SPECIFIED, ICollection< Button > buttons=null) | UTNotifications.Manager | |
| ScheduleNotification(DateTime triggerDateTime, string title, string text, int id, IDictionary< string, string > userData=null, string notificationProfile=null, int badgeNumber=Notification.BADGE_NOT_SPECIFIED, ICollection< Button > buttons=null) | UTNotifications.Manager | |
| ScheduleNotification(ScheduledNotification notification) | UTNotifications.Manager | |
| ScheduleNotificationImpl(ScheduledNotification notification) (defined in UTNotifications.Manager) | UTNotifications.Manager | protectedpure virtual |
| ScheduleNotificationRepeating(int firstTriggerInSeconds, int intervalSeconds, string title, string text, int id, IDictionary< string, string > userData=null, string notificationProfile=null, int badgeNumber=Notification.BADGE_NOT_SPECIFIED, ICollection< Button > buttons=null) | UTNotifications.Manager | |
| ScheduleNotificationRepeating(DateTime firstTriggerDateTime, int intervalSeconds, string title, string text, int id, IDictionary< string, string > userData=null, string notificationProfile=null, int badgeNumber=Notification.BADGE_NOT_SPECIFIED, ICollection< Button > buttons=null) | UTNotifications.Manager | |
| ScheduleNotificationRepeatingImpl(ScheduledRepeatingNotification notification) (defined in UTNotifications.Manager) | UTNotifications.Manager | protectedpure virtual |
| SetBadge(int bandgeNumber) | UTNotifications.Manager | pure virtual |
| SetNotificationsEnabled(bool enabled) | UTNotifications.Manager | pure virtual |
| SetPushNotificationsEnabled(bool enable) | UTNotifications.Manager | pure virtual |
| SubscribeToTopic(string topic) | UTNotifications.Manager | pure virtual |
| UnsubscribeFromTopic(string topic) | UTNotifications.Manager | pure virtual |
1.8.13