public interface SignatureOperationResult extends OperationResult
SignatureOperationResult
is generated by the signature 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 |
---|---|
Bitmap |
getSignature()
return the signature bitmap.
|
byte[] |
getSignatureCompressData()
return the JBIG1 data.
|
int |
getSignatureLength()
return the signature data length.
|
getResultCode
byte[] getSignatureCompressData()
int getSignatureLength()
Bitmap getSignature()