Class NotificationDeleteEventArgs

    Definition

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

    This class provides the property to get information about the deleted notification.

    public class NotificationDeleteEventArgs : EventArgs
    Inheritance
    object
    NotificationDeleteEventArgs

    Properties

    View Source

    UniqueNumber

    Gets the unique number of the notification.

    Declaration
    public int UniqueNumber { get; }
    Property Value
    Type Description
    int

    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