This is the complete list of members for UTNotifications.Notification, including all inherited members.
| BADGE_NOT_SPECIFIED | UTNotifications.Notification | |
| badgeNumber | UTNotifications.Notification | |
| buttons | UTNotifications.Notification | |
| FromJson(JSONNode json) | UTNotifications.Notification | static |
| id | UTNotifications.Notification | |
| Notification(string title, string text, int id) | UTNotifications.Notification | |
| Notification(string title, string text, int id, IDictionary< string, string > userData, string notificationProfile, int badgeNumber, ICollection< Button > buttons) | UTNotifications.Notification | |
| Notification(JSONNode json) | UTNotifications.Notification | |
| notificationProfile | UTNotifications.Notification | |
| SetBadgeNumber(int badgeNumber) | UTNotifications.Notification | |
| SetButtons(ICollection< Button > buttons) | UTNotifications.Notification | |
| SetNotificationProfile(string notificationProfile) | UTNotifications.Notification | |
| SetUserData(IDictionary< string, string > userData) | UTNotifications.Notification | |
| text | UTNotifications.Notification | |
| title | UTNotifications.Notification | |
| ToJson() | UTNotifications.Notification | virtual |
| ToString() | UTNotifications.Notification | |
| userData | UTNotifications.Notification | |