DocumentCheckResultCallback

public interface DocumentCheckResultCallback

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

Functions

documentAccepted
Link copied to clipboard
abstract void documentAccepted()
Call if the document was accepted and should be analysed.
documentRejected
Link copied to clipboard
abstract void documentRejected(@NonNull() String messageForUser)
Call if the document doesn't conform to your expectations and pass in a message to be shown to the user.