Class NotificationEventArgs.ReplyActionArgs
Definition
- Namespace:
- Tizen.Applications.Notification
Event Listener
- Assembly:
- Tizen.Applications.NotificationEventListener.dll
Class to get infomation about notification ReplyAction.
C#
Copy
public class NotificationEventArgs.ReplyActionArgs
- Inheritance
-
objectNotification
Event Args. Reply Action Args
Properties
Declaration
C#
Copy
public NotificationEventArgs.ButtonActionArgs Button { get; }
Property Value
Type | Description |
---|---|
Notification |
View Source
ParentIndex
Gets index of button, which appears at notification. If there is no ParentIndex, the ReplyAction should be displayed directly on the active notification.
Declaration
C#
Copy
public ButtonIndex ParentIndex { get; }
Property Value
Type | Description |
---|---|
Button |
View Source
PlaceHolderText
Gets the PlaceHolderText of ReplyAction, which appears at notification. It will be displayed to the text input box on the active notification.
Declaration
C#
Copy
public string PlaceHolderText { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#
Copy
public int ReplyMax { get; }
Property Value
Type | Description |
---|---|
int |