Enum UserEventType

Definition

Namespace:
Tizen.Applications.NotificationEventListener
Assembly:
Tizen.Applications.NotificationEventListener.dll
API Level:
4

Enumeration for event type on notification.

C#
Copy
public enum UserEventType : int
Name Description
CheckBox

Event type : Do not show again checked by user.

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