ProvisionedProfile
ProvisionedProfile
ProvisionedProfile
ProvisionedProfile
Class
Definition
Updates cost and usage information for a mobile broadband profile.
Note
This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.
If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.
public : sealed class ProvisionedProfile : IProvisionedProfilepublic sealed class ProvisionedProfile : IProvisionedProfilePublic NotInheritable Class ProvisionedProfile Implements IProvisionedProfile// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Methods
UpdateCost(NetworkCostType) UpdateCost(NetworkCostType) UpdateCost(NetworkCostType) UpdateCost(NetworkCostType)
Called by the application to update the cost for a specific profile.
Note
This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.
If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.
public : void UpdateCost(NetworkCostType value)public void UpdateCost(NetworkCostType value)Public Function UpdateCost(value As NetworkCostType) As void// You can use this method in JavaScript.
Updates the cost for the profile.
UpdateUsage(ProfileUsage) UpdateUsage(ProfileUsage) UpdateUsage(ProfileUsage) UpdateUsage(ProfileUsage)
Called by the application to update the usage for a specific profile.
Note
This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.
If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.
public : void UpdateUsage(ProfileUsage value)public void UpdateUsage(ProfileUsage value)Public Function UpdateUsage(value As ProfileUsage) As void// You can use this method in JavaScript.
Updates the usage for a profile.