DocumentCheckResultCallback

Callback to inform the Gini Vision Library about the outcome of the custom imported document checks.

interface DocumentCheckResultCallback

Functions

documentAccepted
Link copied to clipboard

Call if the document was accepted and should be analysed.

Note: Always call this method on the main thread.

abstract void documentAccepted()
documentRejected
Link copied to clipboard

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.

abstract void documentRejected(String messageForUser)