NetworkOperatorEventMessageType Enum

Definition

Describes the type of a network operator notification message.

Note

This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Microsoft Store, then you'll need special approval. For more information, see the Restricted capabilities section in the App capability declarations topic.

public enum class NetworkOperatorEventMessageType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class NetworkOperatorEventMessageType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum NetworkOperatorEventMessageType
var value = Windows.Networking.NetworkOperators.NetworkOperatorEventMessageType.gsm
Public Enum NetworkOperatorEventMessageType
Inheritance
NetworkOperatorEventMessageType
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
cellularDeviceControl cellularDeviceIdentity

Fields

Cdma 1

The message type is CDMA.

DataPlanDeleted 5

Data plan has been deleted.

DataPlanReset 4

Data plan has been reset.

DataPlanThresholdReached 3

Data plan data threshold has been reached.

Gsm 0

The message type is GSM.

ProfileConnected 6

Profile connected to mobile operator.

ProfileDisconnected 7

Profile disconnected from mobile operator.

RegisteredHome 9

Mobile broadband device registered as home.

RegisteredRoaming 8

Mobile broadband device registered as roaming.

TetheringEntitlementCheck 10

Mobile broadband device can be used for tethering.

TetheringNumberOfClientsChanged 12

Number of clients currently using the tethering network has changed.

TetheringOperationalStateChanged 11

Operational state of the device's tethering capability has changed.

Ussd 2

The message type is USSD.

Applies to