UTNotifications  1.5
Professional Local & Push Notification Plugin
Public Member Functions | Public Attributes | List of all members
UTNotifications.ReceivedNotification Class Reference

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...
 

Detailed Description

Represents a received notification

Member Data Documentation

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.


The documentation for this class was generated from the following file: