MobileBroadbandDeviceServiceNotificationTrigger MobileBroadbandDeviceServiceNotificationTrigger MobileBroadbandDeviceServiceNotificationTrigger MobileBroadbandDeviceServiceNotificationTrigger Class

Definition

Represents a trigger that activates when the network sends SIM tool commands. Apps receiving this notification then process the SIM tool commands.

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 MobileBroadbandDeviceServiceNotificationTrigger : IBackgroundTriggerpublic sealed class MobileBroadbandDeviceServiceNotificationTrigger : IBackgroundTriggerPublic NotInheritable Class MobileBroadbandDeviceServiceNotificationTrigger Implements IBackgroundTrigger// You can use this class in JavaScript.
Attributes
Windows 10 requirements
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 MobileBroadbandDeviceServiceTriggerDetails instance.

Constructors

MobileBroadbandDeviceServiceNotificationTrigger() MobileBroadbandDeviceServiceNotificationTrigger() MobileBroadbandDeviceServiceNotificationTrigger() MobileBroadbandDeviceServiceNotificationTrigger()

Constructs a MobileBroadbandDeviceServiceNotificationTrigger 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 : MobileBroadbandDeviceServiceNotificationTrigger()public MobileBroadbandDeviceServiceNotificationTrigger()Public Sub New()// You can use this method in JavaScript.