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

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.

See also
UTNotifications.ReceivedNotification, UTNotifications.Manager.OnNotificationClicked
More...
 

Detailed Description

A custom notification button.

Constructor & Destructor Documentation

◆ Button()

UTNotifications.Button.Button ( string  title,
IDictionary< string, string >  userData = null 
)

Initializes a new instance of the UTNotifications.Button class.

Parameters
titleThe button title.
userData(Optional) Custom user data to be stored in the argument of a Manager.OnNotificationClicked event handler when the button is clicked.

Member Data Documentation

◆ title

string UTNotifications.Button.title

The button title.

◆ userData

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.

See also
UTNotifications.ReceivedNotification, UTNotifications.Manager.OnNotificationClicked


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