MobileBroadbandRadioStateChangeTrigger
MobileBroadbandRadioStateChangeTrigger
MobileBroadbandRadioStateChangeTrigger
MobileBroadbandRadioStateChangeTrigger
Class
Definition
Represents a trigger that indicates when mobile broadband radio state has changed. For example, this trigger activates when a mobile device transitions to or from airplane mode.
This functionality is only available to mobile operator apps and Windows Store app given privileged access by mobile network operators. For more information, see Mobile Broadband: .
public : sealed class MobileBroadbandRadioStateChangeTrigger : IBackgroundTriggerpublic sealed class MobileBroadbandRadioStateChangeTrigger : IBackgroundTriggerPublic NotInheritable Class MobileBroadbandRadioStateChangeTrigger Implements IBackgroundTrigger// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
When this trigger activates, the IBackgroundTaskInstance.TriggerDetails for the background task is a MobileBroadbandRadioStateChangeTriggerDetails instance.
Constructors
MobileBroadbandRadioStateChangeTrigger() MobileBroadbandRadioStateChangeTrigger() MobileBroadbandRadioStateChangeTrigger() MobileBroadbandRadioStateChangeTrigger()
Constructs a MobileBroadbandRadioStateChangeTrigger object.
This functionality is only available to mobile operator apps and Windows Store app given privileged access by mobile network operators. For more information, see Mobile Broadband: .
public : MobileBroadbandRadioStateChangeTrigger()public MobileBroadbandRadioStateChangeTrigger()Public Sub New()// You can use this method in JavaScript.