public interface FingerprintNoneOperationResult extends OperationResult
FingerprintNoneOperationResult interface is used by fingerprint device
implementations to communicate the completion status of an operation to the application.
It extends the OperationResult interface. The success or failure of the operation can be
determined using the getResultCode() method, which is
inherited from the OperationResult class. This method returns constants defined in
OperationResult to indicate the outcome.
This interface is typically used in scenarios where the operation does not produce a result other than the completion status.
CANCEL, ERR_DEVICE_BASE, ERR_GENERAL_ERROR, ERR_NO_INFO, ERR_NO_PERMISSION, ERR_TIMEOUT, NONE, SUCCESS| Modifier and Type | Method and Description |
|---|---|
int |
getEnrollInfo()
Retrieves the enrollment information status.
|
getResultCode