Class ChangeNotificationEventArgs

Definition

Namespace:
Tizen.Telephony
Assembly:
Tizen.Telephony.dll
API Level:
3

This class contains the data related to the Notification event.

C#
Copy
public class ChangeNotificationEventArgs : EventArgs
Inheritance
ChangeNotificationEventArgs

Properties

View Source

NotificationData

The data as per the Notification type.

Declaration
C#
Copy
public object NotificationData { get; }
Property Value
Type Description
Object
API Level: 3
View Source

NotificationType

The Telephony Notification type.

Declaration
C#
Copy
public ChangeNotificationEventArgs.Notification NotificationType { get; }
Property Value
Type Description
ChangeNotificationEventArgs.Notification
API Level: 3