Enum NotificationResponseEventType
Definition
- Namespace:
- Tizen.Applications.Notifications
- Assembly:
- Tizen.Applications.Notification.dll
Enumeration for event type on notification.
public enum NotificationResponseEventType
Fields
| Name | Description |
|---|---|
| CheckBox | Event type : Do not show again. |
| ClickOnButton1 | Event type : Click on button 1. |
| ClickOnButton2 | Event type : Click on button 2. |
| ClickOnButton3 | Event type : Click on button 3. |
| ClickOnNotification | Event type : Clicked by user. |
| ClickOnReplyButton | Event type : Click on text_input button. |
| ClickOnThumbnail | Event type : Click on thumbnail. |
| DeleteNotification | Event type : Deleted by user. |
| HiddenByExternal | Event type : Deleted by timer. |
| HiddenByTimeout | Event type : Deleted by timer. |
| HiddenByUser | Event type : Hidden by user. |