Class NotificationResponseEventArgs

Definition

Namespace:
Tizen.Applications.Notifications
Assembly:
Tizen.Applications.Notification.dll
API Level:
8

The EventArgs for the notification response

C#
Copy
public class NotificationResponseEventArgs : EventArgs
Inheritance
NotificationResponseEventArgs

Properties

View Source

EventType

The type of response

Declaration
C#
Copy
public NotificationResponseEventType EventType { get; }
Property Value
Type Description
NotificationResponseEventType
API Level: 8
View Source

Notification

The response's target notification

Declaration
C#
Copy
public Notification Notification { get; }
Property Value
Type Description
Notification
API Level: 8

Extension Methods