Class NotificationEventArgs.ButtonActionArgs

Definition

Namespace:
Tizen.Applications.NotificationEventListener
Assembly:
Tizen.Applications.NotificationEventListener.dll
API Level:
4

Class to get infomation about notification ButtonAction.

C#
Copy
public class ButtonActionArgs
Inheritance
System.Object
NotificationEventArgs.ButtonActionArgs

Properties

View Source

Action

Gets the AppControl that is invoked when the button is clicked.

Declaration
C#
Copy
public AppControl Action { get; }
Property Value
Type Description
AppControl
API Level: 4
View Source

ImagePath

Gets the image's path that represents the button.

Declaration
C#
Copy
public string ImagePath { get; }
Property Value
Type Description
System.String
API Level: 4
View Source

Index

Gets the index of the button, which appears at notification.

Declaration
C#
Copy
public ButtonIndex Index { get; }
Property Value
Type Description
ButtonIndex
API Level: 4
View Source

Text

Gets the text that describes the button.

Declaration
C#
Copy
public string Text { get; }
Property Value
Type Description
System.String
API Level: 4