public abstract class FingerprintVerificationResultEntity
extends java.lang.Object
FingerprintVerificationResultEntity abstract class wraps the attributes related to
the result of fingerprint verification.| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
fatal()
Returns a boolean that represents whether or not a fatal error occurred during fingerprint
verification.
|
abstract java.lang.String |
message()
Returns a String of the message when fingerprint verification is not successful.
|
abstract boolean |
success()
Returns a boolean that represents whether or not the fingerprint verification was successful.
|
public abstract boolean success()
true if the fingerprint verification was successful;
false otherwise.public abstract java.lang.String message()
public abstract boolean fatal()
true if a fatal error occurred during fingerprint verification;
false otherwise.