Class NotificationEventArgs.ReplyActionArgs
Definition
- Namespace:
- Tizen.Applications.NotificationEventListener
- Assembly:
- Tizen.Applications.NotificationEventListener.dll
Class to get infomation about notification ReplyAction.
public class NotificationEventArgs.ReplyActionArgs
- Inheritance
-
objectNotificationEventArgs.ReplyActionArgs
Properties
View SourceButton
Gets the button displayed in the replyaction.
Declaration
public NotificationEventArgs.ButtonActionArgs Button { get; }
Property Value
Type | Description |
---|---|
NotificationEventArgs.ButtonActionArgs |
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
public ButtonIndex ParentIndex { get; }
Property Value
Type | Description |
---|---|
ButtonIndex |
PlaceHolderText
Gets the PlaceHolderText of ReplyAction, which appears at notification. It will be displayed to the text input box on the active notification.
Declaration
public string PlaceHolderText { get; }
Property Value
Type | Description |
---|---|
string |
ReplyMax
Gets a max length of text input.
Declaration
public int ReplyMax { get; }
Property Value
Type | Description |
---|---|
int |