MobileBroadbandNetworkRegistrationStateChange MobileBroadbandNetworkRegistrationStateChange MobileBroadbandNetworkRegistrationStateChange MobileBroadbandNetworkRegistrationStateChange Class

Definition

Provides details about one network registration state change.

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 : sealed class MobileBroadbandNetworkRegistrationStateChange : IMobileBroadbandNetworkRegistrationStateChangepublic sealed class MobileBroadbandNetworkRegistrationStateChange : IMobileBroadbandNetworkRegistrationStateChangePublic NotInheritable Class MobileBroadbandNetworkRegistrationStateChange Implements IMobileBroadbandNetworkRegistrationStateChange// You can use this class in JavaScript.
Attributes
Windows 10 requirements
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)

Remarks

Instances of this class are created by the system. When a network registration state change notification is sent to your app, the MobileBroadbandNetworkRegistrationStateChangeTriggerDetails.NetworkRegistrationStateChanges property that is provided with that notification contains a list of MobileBroadbandNetworkRegistrationStateChange instances with the details of the changes associated with the notification.

Properties

DeviceId DeviceId DeviceId DeviceId

Gets the unique identifier of the device associated with a network registration state change.

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 : PlatForm::String DeviceId { get; }public string DeviceId { get; }Public ReadOnly Property DeviceId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

Unique identifier of the device associated with a network registration state change notification.

Network Network Network Network

Gets an object which contains details about the network associated with this network state change.

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 : MobileBroadbandNetwork Network { get; }public MobileBroadbandNetwork Network { get; }Public ReadOnly Property Network As MobileBroadbandNetwork// You can use this property in JavaScript.
Value
MobileBroadbandNetwork MobileBroadbandNetwork MobileBroadbandNetwork MobileBroadbandNetwork

Details about the network associated with a network registration state change notification.