NetworkOperatorEventMessageType
NetworkOperatorEventMessageType
NetworkOperatorEventMessageType
NetworkOperatorEventMessageType
Enum
Definition
Describes the type of a network operator notification message.
Note
This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.
If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.
public : enum class NetworkOperatorEventMessageTypepublic enum NetworkOperatorEventMessageTypePublic Enum NetworkOperatorEventMessageType// You can use this enum in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Cdma Cdma Cdma Cdma | The message type is CDMA. |
| DataPlanDeleted DataPlanDeleted DataPlanDeleted DataPlanDeleted | Data plan has been deleted. |
| DataPlanReset DataPlanReset DataPlanReset DataPlanReset | Data plan has been reset. |
| DataPlanThresholdReached DataPlanThresholdReached DataPlanThresholdReached DataPlanThresholdReached | Data plan data threshold has been reached. |
| Gsm Gsm Gsm Gsm | The message type is GSM. |
| ProfileConnected ProfileConnected ProfileConnected ProfileConnected | Profile connected to mobile operator. |
| ProfileDisconnected ProfileDisconnected ProfileDisconnected ProfileDisconnected | Profile disconnected from mobile operator. |
| RegisteredHome RegisteredHome RegisteredHome RegisteredHome | Mobile broadband device registered as home. |
| RegisteredRoaming RegisteredRoaming RegisteredRoaming RegisteredRoaming | Mobile broadband device registered as roaming. |
| TetheringEntitlementCheck TetheringEntitlementCheck TetheringEntitlementCheck TetheringEntitlementCheck | Mobile broadband device can be used for tethering. |
| TetheringNumberOfClientsChanged TetheringNumberOfClientsChanged TetheringNumberOfClientsChanged TetheringNumberOfClientsChanged | Number of clients currently using the tethering network has changed. |
| TetheringOperationalStateChanged TetheringOperationalStateChanged TetheringOperationalStateChanged TetheringOperationalStateChanged | Operational state of the device's tethering capability has changed. |
| Ussd Ussd Ussd Ussd | The message type is USSD. |