Class SlotHandle
Definition
- Namespace:
- Tizen.Telephony
- Assembly:
- Tizen.Telephony.dll
- API Level:
- 3
This class provides APIs that provide functionality related to the slot handle.
C#Copypublic class SlotHandle : object
- Inheritance
-
SlotHandle
Methods
View Source
RemoveNotificationId(IEnumerable<ChangeNotificationEventArgs.Notification>)
The notification IDs for which the ChangeNotification event will not be triggered.
Declaration
C#Copypublic void RemoveNotificationId(IEnumerable<ChangeNotificationEventArgs.Notification> list)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ChangeNotificationEventArgs.Notification> | list | The list of notification IDs for which the ChangeNotification event will be not be triggered. |
API Level: 3
View Source
SetNotificationId(IEnumerable<ChangeNotificationEventArgs.Notification>)
The notification IDs for which the ChangeNotification event will be triggered.
Declaration
C#Copypublic void SetNotificationId(IEnumerable<ChangeNotificationEventArgs.Notification> list)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ChangeNotificationEventArgs.Notification> | list | The list of notification IDs for which the ChangeNotification event will be triggered. |
API Level: 3
Events
View Source
ChangeNotification
The event handler for receiving the Telephony state changes. This event will be triggered for the NotificationIds given in the SetNotificationId API.
Declaration
C#Copypublic event EventHandler<ChangeNotificationEventArgs> ChangeNotification
Event Type
Type | Description |
---|---|
EventHandler<ChangeNotificationEventArgs> |