ESimProfileInstallProgress Struct

Definition

Represents the result of an asynchronous (with progress) operation to download and install an eSIM profile.

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 value class ESimProfileInstallProgress
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
struct ESimProfileInstallProgress
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public struct ESimProfileInstallProgress
var eSimProfileInstallProgress = {
totalSizeInBytes : /* Your value */,
installedSizeInBytes : /* Your value */
}
Public Structure ESimProfileInstallProgress
Inheritance
ESimProfileInstallProgress
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

InstalledSizeInBytes

The installed size of the eSIM profile in whole bytes.

TotalSizeInBytes

The total size of the eSIM profile in whole bytes.

Applies to