Class NotificationDeleteEventArgs

Definition

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

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

C#
Copy
public class NotificationDeleteEventArgs : EventArgs
Inheritance
System.Object
NotificationDeleteEventArgs

Properties

View Source

UniqueNumber

Gets the unique number of the notification.

Declaration
C#
Copy
public int UniqueNumber { get; }
Property Value
Type Description
Int32
API Level: 4