Class NotificationResponseEventArgs

    Definition

    Namespace:
    Tizen.Applications.Notifications
    Assembly:
    Tizen.Applications.Notification.dll

    The EventArgs for the notification response

    public class NotificationResponseEventArgs : EventArgs
    Inheritance
    object
    NotificationResponseEventArgs

    Properties

    View Source

    EventType

    The type of response

    Declaration
    public NotificationResponseEventType EventType { get; }
    Property Value
    Type Description
    NotificationResponseEventType
    View Source

    Notification

    The response's target notification

    Declaration
    public Notification Notification { get; }
    Property Value
    Type Description
    Notification

    Extension Methods

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