Enum NotificationResponseEventType

Definition

Namespace:
Tizen.Applications.Notifications
Assembly:
Tizen.Applications.Notification.dll
API Level:
8

Enumeration for event type on notification.

C#
Copy
public enum NotificationResponseEventType : int
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.

DeleteNotification

Event type : Deleted by user.

HiddenByExternal

Event type : Deleted by timer.

HiddenByTimeout

Event type : Deleted by timer.

HiddenByUser

Event type : Hidden by user.

Extension Methods