![]() |
UTNotifications
1.8
Professional Local & Push Notification Plugin
|
A custom notification button. More...
Public Member Functions | |
Button (string title, IDictionary< string, string > userData=null) | |
Initializes a new instance of the UTNotifications.Button class. More... | |
Public Attributes | |
string | title |
The button title. More... | |
IDictionary< string, string > | userData |
(Optional) Custom user data to be stored in the argument of a Manager.OnNotificationClicked event handler when the button is clicked.
More... | |
A custom notification button.
UTNotifications.Button.Button | ( | string | title, |
IDictionary< string, string > | userData = null |
||
) |
Initializes a new instance of the UTNotifications.Button class.
title | The button title. |
userData | (Optional) Custom user data to be stored in the argument of a Manager.OnNotificationClicked event handler when the button is clicked. |
string UTNotifications.Button.title |
The button title.
IDictionary<string, string> UTNotifications.Button.userData |
(Optional) Custom user data to be stored in the argument of a Manager.OnNotificationClicked event handler when the button is clicked.