A configuration file for the RFID chip processing.

Constructors

  • Regular RFID chip reading.

    Parameters

    Returns RFIDConfig

Properties

onChipDetected?: ChipDetectedCompletion

Callback for receiving signal when RFID chip is recognized by a phone and chip reading is started.

Only used with default constructor. If RFIDConfig.withoutUI was used, you will receive this update via DocumentReaderCompletion.

Callback for reveiving notification about RFID reading process.

onRequestPACertificates?: PaCertificateCompletion

Callback for receiving RFID request data

onRequestTACertificates?: TaCertificateCompletion

Callback for receiving RFID request data

onRequestTASignature?: TaSignatureCompletion

Callback for receiving RFID request data

onRetryReadChip?: RetryReadChipCompletion

Fires when RFID chip reading was interrupted with no severe reasons (for example connection to the chip was lost) and will be reestablished automatically.

Only used with default constructor. If RFIDConfig.withoutUI was used, you will receive this update via DocumentReaderCompletion and chip reading will not be reestablished.

Methods

  • RFID chip reading with no UI.

    User is supposed to implement the UI.

    Since this constructor accepts RFIDCompletion instead of DocumentReaderCompletion, user will be provided with more in-depth error information.

    Parameters

    • completion: RFIDCompletion

      block to execute after the chip reading process finishes.

    Returns RFIDConfig