ESimProfileMetadataState Enum

Definition

Defines constants that specify the state of eSIM profile metadata.

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 to request special approval to use the custom capability Microsoft.eSIMManagement_8wekyb3d8bbwe. For more info, see Custom capabilities.

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

Fields

DeniedByPolicy 7

Indicates that the eSIM profile metadata has been denied by policy.

Downloading 2

Indicates that the eSIM profile metadata is being downloaded.

Expired 4

Indicates that the eSIM profile metadata has expired.

Installing 3

Indicates that the eSIM profile metadata is being installed.

NoLongerAvailable 6

Indicates that the eSIM profile metadata is no longer available.

RejectingDownload 5

Indicates that download of the eSIM profile metadata is being rejected.

Unknown 0

Indicates that the state of the eSIM profile metadata is not known.

WaitingForInstall 1

Indicates that the eSIM profile metadata is waiting to be installed.

Applies to