MobileBroadbandRadioStateChange
MobileBroadbandRadioStateChange
MobileBroadbandRadioStateChange
MobileBroadbandRadioStateChange
Class
Definition
Contains details of a radio state change notification.
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 MobileBroadbandRadioStateChange : IMobileBroadbandRadioStateChangepublic sealed class MobileBroadbandRadioStateChange : IMobileBroadbandRadioStateChangePublic NotInheritable Class MobileBroadbandRadioStateChange Implements IMobileBroadbandRadioStateChange// You can use this class 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)
|
Remarks
The system creates instances of this class. Your code can retrieve the details for a particular notification by getting of the MobileBroadbandRadioStateChangeTriggerDetails.RadioStateChanges property.
Properties
DeviceId DeviceId DeviceId DeviceId
Gets the device ID of the device whose radio state changed.
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 ID of the device whose radio state changed.
RadioState RadioState RadioState RadioState
Gets the new state of the radio.
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 : MobileBroadbandRadioState RadioState { get; }public MobileBroadbandRadioState RadioState { get; }Public ReadOnly Property RadioState As MobileBroadbandRadioState// You can use this property in JavaScript.
- Value
- MobileBroadbandRadioState MobileBroadbandRadioState MobileBroadbandRadioState MobileBroadbandRadioState
The new state of the radio after a radio state change.