ESimDiscoverResultKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constants that specify the kind of the result object from an eSIM profile discovery operation.
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 ESimDiscoverResultKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
enum class ESimDiscoverResultKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public enum ESimDiscoverResultKind
var value = Windows.Networking.NetworkOperators.ESimDiscoverResultKind.none
Public Enum ESimDiscoverResultKind
- Inheritance
-
ESimDiscoverResultKind
- Attributes
Windows requirements
Device family |
Windows 10, version 1903 (introduced in 10.0.18362.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v8.0)
|
App capabilities |
Microsoft.eSIMManagement_8wekyb3d8bbwe
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates that the result object contains neither events nor a profile. |
Events | 1 | Indicates that the result object contains events. |
ProfileMetadata | 2 | Indicates that the result object contains a profile. |