Class NotificationEventArgs.ReplyActionArgs
Definition
- Assembly:
- Tizen.Applications.NotificationEventListener.dll
- API Level:
- 4
Class to get infomation about notification ReplyAction.
C#Copypublic class ReplyActionArgs
- Inheritance
-
System.ObjectNotificationEventArgs.ReplyActionArgs
Properties
Declaration
C#Copypublic NotificationEventArgs.ButtonActionArgs Button { get; }
Property Value
Type | Description |
---|---|
NotificationEventArgs.ButtonActionArgs |
API Level: 4
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#Copypublic ButtonIndex ParentIndex { get; }
Property Value
Type | Description |
---|---|
ButtonIndex |
API Level: 4
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#Copypublic string PlaceHolderText { get; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 4
Declaration
C#Copypublic int ReplyMax { get; }
Property Value
Type | Description |
---|---|
System.Int32 |