Class NotificationEventArgs.ButtonActionArgs
Definition
- Namespace:
- Tizen.Applications.NotificationEventListener
- Assembly:
- Tizen.Applications.NotificationEventListener.dll
Class to get infomation about notification ButtonAction.
public class NotificationEventArgs.ButtonActionArgs
- Inheritance
-
objectNotificationEventArgs.ButtonActionArgs
Properties
View SourceAction
Gets the AppControl that is invoked when the button is clicked.
Declaration
public AppControl Action { get; }
Property Value
Type | Description |
---|---|
AppControl |
ImagePath
Gets the image's path that represents the button.
Declaration
public string ImagePath { get; }
Property Value
Type | Description |
---|---|
string |
Index
Gets the index of the button, which appears at notification.
Declaration
public ButtonIndex Index { get; }
Property Value
Type | Description |
---|---|
ButtonIndex |
Text
Gets the text that describes the button.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
string |