Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.76 KB

mobilebroadbanddeviceservicetriggerdetails.md

File metadata and controls

33 lines (22 loc) · 1.76 KB
-api-id -api-type -api-device-family-note
T:Windows.Networking.NetworkOperators.MobileBroadbandDeviceServiceTriggerDetails
winrt class
xbox

Windows.Networking.NetworkOperators.MobileBroadbandDeviceServiceTriggerDetails

-description

Provides details for a network device service notification.

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.

-remarks

When a background task is triggered by a mobile network device service notification, the IBackgroundTaskInstance.TriggerDetails property returns an instance of this class with information specific to the triggered notification.

The operating system extends battery life by suspending applications that are not in the foreground. If your application must handle new network device service notifications even while suspended, you must create a background work item to handle the messages. When a new device service notification arrives, the background work item will be activated. The MobileBroadbandDeviceServiceTriggerDetails class provides the details of the event to your background work item code.

-examples

-see-also

-capabilities

cellularDeviceIdentity, cellularDeviceControl