|
UTNotifications
1.5
Professional Local & Push Notification Plugin
|
Represents a received notification More...
Public Member Functions | |
| ReceivedNotification (string title, string text, int id, IDictionary< string, string > userData, string notificationProfile) | |
Public Attributes | |
| readonly string | title |
| The title. More... | |
| readonly string | text |
| The text. More... | |
| readonly int | id |
| The id. More... | |
| readonly IDictionary< string, string > | userData |
The user data provided by you in Manager.PostLocalNotification, Manager.ScheduleNotification or Manager.ScheduleNotificationRepeating or provided by your server in a push notification. More... | |
| readonly string | notificationProfile |
| The name of the notification profile (sound & icon settings). More... | |
Represents a received notification
| readonly int UTNotifications.ReceivedNotification.id |
The id.
| readonly string UTNotifications.ReceivedNotification.notificationProfile |
The name of the notification profile (sound & icon settings).
| readonly string UTNotifications.ReceivedNotification.text |
The text.
| readonly string UTNotifications.ReceivedNotification.title |
The title.
| readonly IDictionary<string, string> UTNotifications.ReceivedNotification.userData |
The user data provided by you in Manager.PostLocalNotification, Manager.ScheduleNotification or Manager.ScheduleNotificationRepeating or provided by your server in a push notification.
1.8.10