Enum UserEventType

    Definition

    Namespace:
    Tizen.Applications.NotificationEventListener
    Assembly:
    Tizen.Applications.NotificationEventListener.dll

    Enumeration for event type on notification.

    public enum UserEventType

    Fields

    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.

    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.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<UserEventType>(UserEventType, string)
    Extensions.LoadFromXaml<UserEventType>(UserEventType, string)
    Extensions.LoadFromXaml<UserEventType>(UserEventType, Type)
    Extensions.LoadFromXamlFile<UserEventType>(UserEventType, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX