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