Class NfcScan.Builder

    • Constructor Detail

      • NfcScan.Builder

        NfcScan.Builder()
    • Method Detail

      • setShowNfcSymbolConfirmationScreen

         final NfcScan.Builder setShowNfcSymbolConfirmationScreen(Boolean showNfcSymbolConfirmationScreen)
        Parameters:
        showNfcSymbolConfirmationScreen - If true, a screen asking the user if their document contains an NFC chip will be shown.
        Returns:

        Builder

      • setShowInitialDataConfirmationScreen

         final NfcScan.Builder setShowInitialDataConfirmationScreen(Boolean showInitialDataConfirmationScreen)
        Parameters:
        showInitialDataConfirmationScreen - If true, Document OCR data confirmation screen will be shown before the first NFC scan.
        Returns:

        Builder

      • build

         final NfcScan build()

        Builds an NFC Scan module that can be added to a flow. Once ProcessId is done on a supported document type, it is possible to use the NfcScan module.