For the complete documentation index, see llms.txt. This page is also available as Markdown.

NFC Result

List of component output parameters

finishStatus

Returns a number for the operation result. Possible values:

  • 1: The operation was successful.

  • 2: An error has occurred, which will be indicated in the string errorType and, optionally, an extra information message will be shown in the property errorMessage.

finishStatusDescription

Returns a description of the operation result. Possible values:

  • STATUS_OK: The operation was successful.

  • STATUS_ERROR: An error has occurred, which will be indicated in the string errorType(errorDiagnostic for Flutter) and, optionally, an extra information message will be shown in the property errorMessage.

errorType or errorDiagnostic(only for Flutter)

Indicates why the component failed.

errorMessage

Indicates an additional error message. It is an optional value.

timeoutStatus

facialImage

fingerprintImage

signatureImage

nfcDocumentInformation

nfcRawData

nfcSecurityData

nfcValidations

nfcPersonalInformation

Last updated