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
    System.EventArgs
    NotificationDeleteEventArgs

    Properties

    View Source

    UniqueNumber

    Gets the unique number of the notification.

    Declaration
    public int UniqueNumber { get; }
    Property Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX