public interface FingerprintTimeoutOperationResult extends OperationResult
FingerprintTimeoutOperationResult interface is implemented by fingerprint device
systems to indicate a timeout during a fingerprint scanning operation.
This interface extends OperationResult. It uses the getResultCode()
method from the OperationResult class to determine the operation's outcome. The OperationResult
class provides specific constants to interpret different results of operations, including timeouts.
The use of this interface is crucial in scenarios where operations are time-sensitive and require prompt user interaction or response.
CANCEL, ERR_DEVICE_BASE, ERR_GENERAL_ERROR, ERR_NO_INFO, ERR_NO_PERMISSION, ERR_TIMEOUT, NONE, SUCCESSgetResultCode