public interface FingerprintOperationResult extends OperationResult
FingerprintOperationResult
s are generated by the finger print device implementation
to notify the application of the completion of an operation.
The getResultCode()
method
inherited from OperationResult
is used to
retrieve the success of the operation. Constants are defined in
OperationResult for that purpose.
CANCEL, ERR_DEVICE_BASE, ERR_GENERAL_ERROR, ERR_NO_INFO, ERR_NO_PERMISSION, ERR_TIMEOUT, NONE, SUCCESS
Modifier and Type | Method and Description |
---|---|
Fingerprint |
getFingerprint(int width,
int height)
Gets the finger print.
|
getResultCode
Fingerprint getFingerprint(int width, int height)
width
- bitmap width.
height bitmap height.