Enum ChangeNotificationEventArgs.Notification
Definition
- Assembly:
- Tizen.Telephony.dll
Enumeration for the Telephony Notification.
public enum ChangeNotificationEventArgs.Notification
Fields
Name | Description |
---|---|
CallPreferredVoiceSubscription | The notification to be invoked when the preferred voice subscription changes. CallPreferredVoiceSubscription will be delivered in the notification data. |
NetworkBsId | The notification to be invoked when the base station ID changes. 'id(int)' will be delivered in the notification data. |
NetworkBsLatitude | The notification to be invoked when the base station latitude changes. 'latitude(int)' will be delivered in the notification data. |
NetworkBsLongitude | The notification to be invoked when the base station longitude changes. 'longitue(int)' will be delivered in the notification data. |
NetworkCellid | The notification to be invoked when the cell ID changes. 'cell_id(int)' will be delivered in the notification data. |
NetworkDefaultDataSubscription | The notification to be invoked when the default data subscription changes. Network.DefaultDataSubscription will be delivered in the notification data. |
NetworkDefaultSubscription | The notification to be invoked when the default subscription changes. Network.DefaultSubscription will be delivered in the notification data. |
NetworkId | The notification to be invoked when the network ID changes. 'nid(int)' will be delivered in the notification data. |
NetworkLac | The notification to be invoked when the LAC (Location Area Code) changes. 'lac(int)' will be delivered in the notification data. |
NetworkNetworkName | The notification to be invoked when the network name changes. 'network_name(string)' will be delivered in the notification data. |
NetworkPsType | The notification to be invoked when the PS type changes. Network.PSType will be delivered in the notification data. |
NetworkRoamingStatus | The notification to be invoked when the roaming status changes. 'roaming_status(bool)' will be delivered in the notification data. |
NetworkServiceState | The notification to be invoked when the network service state changes. Network.ServiceState will be delivered in the notification data. |
NetworkSignalstrengthLevel | The notification to be invoked when the signal strength changes. Network.Rssi will be delivered in the notification data. |
NetworkSystemId | The notification to be invoked when the system ID changes. 'sid(int)' will be delivered in the notification data. |
NetworkTac | The notification to be invoked when the TAC (Tracking Area Code) changes. 'tac(int)' will be delivered in the notification data. |
SimCallForwardingIndicatorState | The notification to be invoked when the SIM call forwarding indicator state changes. 'state(bool)' will be delivered in the notification data. |
SimStatus | The notification to be invoked when the SIM card state changes. SIM.State will be delivered in the notification data. |
VideoCallStatusActive | The notification to be invoked when a video call is in the active status. 'handle id(uint)' will be delivered in the notification data. |
VideoCallStatusAlerting | The notification to be invoked when a video call is in the alerting status. 'handle id(uint)' will be delivered in the notification data. |
VideoCallStatusDialing | The notification to be invoked when a video call is in the dialing status. 'handle id(uint)' will be delivered in the notification data. |
VideoCallStatusIdle | The notification to be invoked when a video call is in the idle status. 'handle id(uint)' will be delivered in the notification data. |
VideoCallStatusIncoming | The notification to be invoked when a video call is in the incoming status. 'handle id(uint)' will be delivered in the notification data. |
VoiceCallStatusActive | The notification to be invoked when a voice call is in the active status. 'handle id(uint)' will be delivered in the notification data. |
VoiceCallStatusAlerting | The notification to be invoked when a voice call is in the alerting status. 'handle id(uint)' will be delivered in the notification data. |
VoiceCallStatusDialing | The notification to be invoked when a voice call is in the dialing status. 'handle id(uint)' will be delivered in the notification data. |
VoiceCallStatusHeld | The notification to be invoked when a voice call is in the held status. 'handle id(uint)' will be delivered in the notification data. |
VoiceCallStatusIdle | The notification to be invoked when a voice call is in the idle status. 'handle id(uint)' will be delivered in the notification data. |
VoiceCallStatusIncoming | The notification to be invoked when a voice call is in the incoming status. 'handle id(uint)' will be delivered in the notification data. |