Class ChangeNotificationEventArgs
Definition
- Assembly:
- Tizen.Telephony.dll
This class contains the data related to the Notification event. Each Notification type corresponds to a specific change in the telephony or network configuration, allowing developers to react accordingly. By leveraging these notifications, applications can maintain real-time awareness of critical telephony and network conditions, enhancing overall user experience.
C#Copypublic class ChangeNotificationEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsChangeNotificationEventArgs
Properties
Declaration
C#Copypublic object NotificationData { get; }
Property Value
Type | Description |
---|---|
object |
Declaration
C#Copypublic ChangeNotificationEventArgs.Notification NotificationType { get; }
Property Value
Type | Description |
---|---|
ChangeNotificationEventArgs.Notification |