SmartCardTriggerType SmartCardTriggerType SmartCardTriggerType SmartCardTriggerType Enum

Definition

Represents the valid smart card trigger types.

public : enum class SmartCardTriggerTypepublic enum SmartCardTriggerTypePublic Enum SmartCardTriggerType// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract (introduced v1)

Fields

EmulatorAppletIdGroupRegistrationChanged EmulatorAppletIdGroupRegistrationChanged EmulatorAppletIdGroupRegistrationChanged EmulatorAppletIdGroupRegistrationChanged

An applet ID group registration changed event.

EmulatorHostApplicationActivated EmulatorHostApplicationActivated EmulatorHostApplicationActivated EmulatorHostApplicationActivated

A host application activated event.

EmulatorNearFieldEntry EmulatorNearFieldEntry EmulatorNearFieldEntry EmulatorNearFieldEntry

A field entry event.

Note

This event is not supported for Universal Windows Platform (UWP) apps in Windows 10.

EmulatorNearFieldExit EmulatorNearFieldExit EmulatorNearFieldExit EmulatorNearFieldExit

A field exit event.

Note

This event is not supported for Universal Windows Platform (UWP) apps in Windows 10.

EmulatorTransaction EmulatorTransaction EmulatorTransaction EmulatorTransaction

A transaction event.

ReaderCardAdded ReaderCardAdded ReaderCardAdded ReaderCardAdded

A reader card was added event.

See Also