public static interface CameraFragmentListener.DocumentCheckResultCallback
Callback to inform the Gini Vision Library about the outcome of the custom imported document checks.
Modifier and Type | Method and Description |
---|---|
void |
documentAccepted()
Call if the document was accepted and should be analysed.
|
void |
documentRejected(java.lang.String messageForUser)
Call if the document doesn't conform to your expectations and pass in a message to be shown to the user.
|
void documentAccepted()
Call if the document was accepted and should be analysed.
Note: Always call this method on the main thread.
void documentRejected(java.lang.String messageForUser)
Call if the document doesn't conform to your expectations and pass in a message to be shown to the user.
Note: Always call this method on the main thread.
messageForUser
- a message informing the user why the selected file was rejected