Interface HCESessionEvents

This interface defines a HCESession constants container object describing a state changes in the emulation. The object itself can be accessed in HCESession.Events static property.

Hierarchy

  • HCESessionEvents

Properties

HCE_STATE_CONNECTED: string

When HCE transaction is routed to the application.

HCE_STATE_DISABLED: string

When HCE service has been made unavailable to the OS

HCE_STATE_DISCONNECTED: string

When HCE transaction is terminated

HCE_STATE_ENABLED: string

When HCE service has been made available to the OS

HCE_STATE_READ: string

When a NFC Tag has been read by the reader

HCE_STATE_UPDATE_APPLICATION: string

When a NFC Tag NDEF record has been changed, due to write or just request of content change in the library.

HCE_STATE_WRITE_FULL: string

When a NFC Tag has been written and contains a valid NDEF record

HCE_STATE_WRITE_PARTIAL: string

When a NFC Tag writing is in progress but it's not yet correctly finalized (does not contain valid NDEF record yet).

Generated using TypeDoc