NetworkOperatorNotificationTrigger
NetworkOperatorNotificationTrigger
NetworkOperatorNotificationTrigger
NetworkOperatorNotificationTrigger
Class
Definition
Represents a mobile network operator notification trigger.
public : sealed class NetworkOperatorNotificationTrigger : IBackgroundTrigger, INetworkOperatorNotificationTriggerpublic sealed class NetworkOperatorNotificationTrigger : IBackgroundTrigger, INetworkOperatorNotificationTriggerPublic NotInheritable Class NetworkOperatorNotificationTrigger Implements IBackgroundTrigger, INetworkOperatorNotificationTrigger// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Note
: This class is not agile, which means that you need to consider its threading model and marshaling behavior. For more info, see Threading and Marshaling (C++/CX) and Using Windows Runtime objects in a multithreaded environment (.NET).
Constructors
NetworkOperatorNotificationTrigger(String) NetworkOperatorNotificationTrigger(String) NetworkOperatorNotificationTrigger(String) NetworkOperatorNotificationTrigger(String)
Initializes a new instance of a mobile network operator notification.
public : NetworkOperatorNotificationTrigger(PlatForm::String networkAccountId)public NetworkOperatorNotificationTrigger(String networkAccountId)Public Sub New(networkAccountId As String)// You can use this method in JavaScript.
Parameters
- networkAccountId
- PlatForm::String String String String
Specifies the unique identifier of the mobile broadband account.
Properties
NetworkAccountId NetworkAccountId NetworkAccountId NetworkAccountId
Gets the account identifier for the mobile network operator notification trigger.
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
A unique identifier for the mobile broadband account.