![]() |
UTNotifications
1.8
Professional Local & Push Notification Plugin
|
▼Ncom | |
▼Nuniversal_tools | |
▼Ndemoserver | |
CHttpServer | Very simple HTTP server that manages devices registration and push notifications requests. |
CPushNotificator | The sample class showing how you can send push notifications for different "providers", such as APNS, FCM, ADM and WNS. |
CRegistrator | Very simple registration of devices on a server side (storing pairs of push notifications system provider & registrationId). |
▼NUTNotifications | |
CButton | A custom notification button. |
CClickedNotification | A clicked notification of any type. |
CJSONArray | |
CJSONClass | |
CJSONData | |
CJSONNode | |
CJsonUtils | |
CLocalNotification | Local notification. |
CManager | The main class providing UTNotifications API. |
CNotification | Abstract base class for any notification type: immediate, scheduled, scheduled repeating or push. |
CPushNotification | Push notification. |
CReceivedNotification | A received or clicked notification of any type. |
CScheduledNotification | Scheduled notification. |
CScheduledRepeatingNotification | Scheduled repeating notification. |
▼CSettings | UTNotifications settings. Edit in Unity Editor: "Edit -> Project Settings -> UTNotifications" |
CNotificationProfile | Stores attributes of a notification profile. |
CTimeUtils | Convenience functions for time units conversion. |
CUTNotificationsSample | The sample demonstrating using various features of UTNotifications. |