public interface FingerprintRemoveOperationResult extends OperationResult
FingerprintRemoveOperationResult
interface is implemented by fingerprint device
systems to signal the application when a user should remove their fingerprint from the device.
This interface extends the OperationResult
class. The getResultCode()
method, inherited from OperationResult
, is used to determine the success of the operation.
OperationResult includes defined constants to interpret the outcome of the operation.
This interface is especially useful in scenarios where user interaction is required for the completion of fingerprint scanning processes.
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 current status of the enrollment process.
|
getResultCode