MobileBroadbandPinLockStateChange MobileBroadbandPinLockStateChange MobileBroadbandPinLockStateChange MobileBroadbandPinLockStateChange Class

Definition

Contains details of a PIN lock state change notification.

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 MobileBroadbandPinLockStateChange : IMobileBroadbandPinLockStateChangepublic sealed class MobileBroadbandPinLockStateChange : IMobileBroadbandPinLockStateChangePublic NotInheritable Class MobileBroadbandPinLockStateChange Implements IMobileBroadbandPinLockStateChange// You can use this class in JavaScript.
Attributes
Windows 10 requirements
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

The system creates instances of this class. Your code can retrieve the details for a particular notification by getting of the MobileBroadbandPinLockStateChangeTriggerDetails.PinLockStateChanges property.

Properties

DeviceId DeviceId DeviceId DeviceId

Gets the device identifier associated with a PIN lock state change.

public : PlatForm::String DeviceId { get; }public string DeviceId { get; }Public ReadOnly Property DeviceId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The unique device identifier associated with this PIN lock state change.

PinLockState PinLockState PinLockState PinLockState

Gets a value representing the new PIN lock state after a PIN lock state change.

public : MobileBroadbandPinLockState PinLockState { get; }public MobileBroadbandPinLockState PinLockState { get; }Public ReadOnly Property PinLockState As MobileBroadbandPinLockState// You can use this property in JavaScript.

PinType PinType PinType PinType

Gets a value representing the type of PIN involved in a PIN lock state change.

public : MobileBroadbandPinType PinType { get; }public MobileBroadbandPinType PinType { get; }Public ReadOnly Property PinType As MobileBroadbandPinType// You can use this property in JavaScript.
Value
MobileBroadbandPinType MobileBroadbandPinType MobileBroadbandPinType MobileBroadbandPinType

An enumeration value describing the type of PIN whose state changed.