MobileBroadbandAccountUpdatedEventArgs
MobileBroadbandAccountUpdatedEventArgs
MobileBroadbandAccountUpdatedEventArgs
MobileBroadbandAccountUpdatedEventArgs
Class
Definition
Provides information for the AccountUpdated event.
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 MobileBroadbandAccountUpdatedEventArgs : IMobileBroadbandAccountUpdatedEventArgspublic sealed class MobileBroadbandAccountUpdatedEventArgs : IMobileBroadbandAccountUpdatedEventArgsPublic NotInheritable Class MobileBroadbandAccountUpdatedEventArgs Implements IMobileBroadbandAccountUpdatedEventArgs// 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)
|
Remarks
Properties
HasDeviceInformationChanged HasDeviceInformationChanged HasDeviceInformationChanged HasDeviceInformationChanged
Gets a value indicating whether the device information has changed for the account.
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 : PlatForm::Boolean HasDeviceInformationChanged { get; }public bool HasDeviceInformationChanged { get; }Public ReadOnly Property HasDeviceInformationChanged As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
A value indicating whether the device information has changed for the account.
HasNetworkChanged HasNetworkChanged HasNetworkChanged HasNetworkChanged
Gets a value that indicates if the CurrentNetwork was updated for the account.
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 : PlatForm::Boolean HasNetworkChanged { get; }public bool HasNetworkChanged { get; }Public ReadOnly Property HasNetworkChanged As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
A value that indicates if the CurrentNetwork was updated for the account.
NetworkAccountId NetworkAccountId NetworkAccountId NetworkAccountId
Gets the network account Id of the updated account.
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 : PlatForm::String NetworkAccountId { get; }public string NetworkAccountId { get; }Public ReadOnly Property NetworkAccountId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The network account Id of the updated account.