Class NotificationEventArgs.ButtonActionArgs
Definition
- Assembly:
- Tizen.Applications.NotificationEventListener.dll
- API Level:
- 4
Class to get infomation about notification ButtonAction.
public class ButtonActionArgs
- Inheritance
-
NotificationEventArgs.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 |
API Level: 4
View SourceImagePath
Gets the image's path that represents the button.
Declaration
public string ImagePath { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 4
View SourceIndex
Gets the index of the button, which appears at notification.
Declaration
public ButtonIndex Index { get; }
Property Value
Type | Description |
---|---|
ButtonIndex |
API Level: 4
View SourceText
Gets the text that describes the button.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
String |