NetworkOperatorDataUsageNotificationKind Enum

Definition

Defines constants that specify the kind of data usage change that activated a NetworkOperatorDataUsageTrigger.

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 enum class NetworkOperatorDataUsageNotificationKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class NetworkOperatorDataUsageNotificationKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum NetworkOperatorDataUsageNotificationKind
var value = Windows.Networking.NetworkOperators.NetworkOperatorDataUsageNotificationKind.dataUsageProgress
Public Enum NetworkOperatorDataUsageNotificationKind
Inheritance
NetworkOperatorDataUsageNotificationKind
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)
App capabilities
networkDataPlanProvisioning

Fields

DataUsageProgress 0

Indicates that actionable progress in data usage has occurred.

Applies to

See also