UTNotifications  1.7
Professional Local & Push Notification Plugin
UTNotifications.Manager Member List

This is the complete list of members for UTNotifications.Manager, including all inherited members.

_OnNotificationClicked(ReceivedNotification notification) (defined in UTNotifications.Manager)UTNotifications.Managerprotected
_OnNotificationsReceived(IList< ReceivedNotification > receivedNotifications) (defined in UTNotifications.Manager)UTNotifications.Managerprotected
_OnSendRegistrationId(string providerName, string registrationId) (defined in UTNotifications.Manager)UTNotifications.Managerprotected
CancelAllNotifications()UTNotifications.Managerpure virtual
CancelNotification(int id)UTNotifications.Managerpure virtual
CheckInitialized() (defined in UTNotifications.Manager)UTNotifications.Managerprotected
GetBadge()UTNotifications.Managerpure virtual
HideAllNotifications()UTNotifications.Managerpure virtual
HideNotification(int id)UTNotifications.Managerpure virtual
Initialize(bool willHandleReceivedNotifications, int startId=0, bool incrementalId=false)UTNotifications.Managerpure virtual
InitializedUTNotifications.Manager
InstanceUTNotifications.Managerstatic
NotificationsAllowed()UTNotifications.Managerpure virtual
NotificationsEnabled()UTNotifications.Managerpure virtual
NotSupported(string feature=null) (defined in UTNotifications.Manager)UTNotifications.Managerprotected
OnDestroy() (defined in UTNotifications.Manager)UTNotifications.Managerprotectedvirtual
OnInitializedUTNotifications.Manager
OnInitializedHandler() (defined in UTNotifications.Manager)UTNotifications.Manager
OnNotificationClickedUTNotifications.Manager
OnNotificationClickedHandler(ReceivedNotification notification) (defined in UTNotifications.Manager)UTNotifications.Manager
OnNotificationClickedHasSubscribers() (defined in UTNotifications.Manager)UTNotifications.Managerprotected
OnNotificationsReceivedUTNotifications.Manager
OnNotificationsReceivedHandler(IList< ReceivedNotification > receivedNotifications) (defined in UTNotifications.Manager)UTNotifications.Manager
OnNotificationsReceivedHasSubscribers() (defined in UTNotifications.Manager)UTNotifications.Managerprotected
OnSendRegistrationIdUTNotifications.Manager
OnSendRegistrationIdHandler(string providerName, string registrationId) (defined in UTNotifications.Manager)UTNotifications.Manager
OnSendRegistrationIdHasSubscribers() (defined in UTNotifications.Manager)UTNotifications.Managerprotected
PostLocalNotification(string title, string text, int id, IDictionary< string, string > userData=null, string notificationProfile=null, int badgeNumber=-1, ICollection< Button > buttons=null)UTNotifications.Managerpure virtual
PushNotificationsEnabled()UTNotifications.Managerpure virtual
ScheduleNotification(int triggerInSeconds, string title, string text, int id, IDictionary< string, string > userData=null, string notificationProfile=null, int badgeNumber=-1, ICollection< Button > buttons=null)UTNotifications.Managerpure virtual
ScheduleNotification(DateTime triggerDateTime, string title, string text, int id, IDictionary< string, string > userData=null, string notificationProfile=null, int badgeNumber=-1, ICollection< Button > buttons=null)UTNotifications.Manager
ScheduleNotificationRepeating(int firstTriggerInSeconds, int intervalSeconds, string title, string text, int id, IDictionary< string, string > userData=null, string notificationProfile=null, int badgeNumber=-1, ICollection< Button > buttons=null)UTNotifications.Managerpure virtual
ScheduleNotificationRepeating(DateTime firstTriggerDateTime, int intervalSeconds, string title, string text, int id, IDictionary< string, string > userData=null, string notificationProfile=null, int badgeNumber=-1, ICollection< Button > buttons=null)UTNotifications.Manager
SetBadge(int bandgeNumber)UTNotifications.Managerpure virtual
SetNotificationsEnabled(bool enabled)UTNotifications.Managerpure virtual
SetPushNotificationsEnabled(bool enable)UTNotifications.Managerpure virtual