NFC Result
List of component output parameters
Last updated
List of component output parameters
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.
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.
Indicates why the component failed.
Indicates an additional error message. It is an optional value.
Last updated