public interface FingerprintPressOperationResult extends OperationResult
FingerprintPressOperationResult
interface is used by fingerprint device implementations
to instruct the application when to prompt the user to press their fingerprint onto the device.
This interface extends OperationResult
. It utilizes the getResultCode()
method, inherited from OperationResult
, to determine the success of the operation. Specific constants
for interpreting the operation's outcome are defined within OperationResult
.
The primary use of this interface is in scenarios where the application needs to interact with the user for fingerprint capture 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 enrollment information status.
|
getResultCode