NetworkOperatorDataUsageTriggerDetails.NotificationKind Property

Definition

Gets details about the kind of data usage change that activated a mobile network operator data usage trigger. Details about the kind of data usage change that activated the trigger.

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, and Mobile Broadband.

public:
 property NetworkOperatorDataUsageNotificationKind NotificationKind { NetworkOperatorDataUsageNotificationKind get(); };
NetworkOperatorDataUsageNotificationKind NotificationKind();
public NetworkOperatorDataUsageNotificationKind NotificationKind { get; }
var networkOperatorDataUsageNotificationKind = networkOperatorDataUsageTriggerDetails.notificationKind;
Public ReadOnly Property NotificationKind As NetworkOperatorDataUsageNotificationKind

Property Value

Windows requirements

App capabilities
networkDataPlanProvisioning

Applies to