DocumentScanner

A generic callback handler class.

import com.sybrin.documentscanner.networking.DocumentScanner

Summary

Public methods

addOnCancelListener

public DocumentScanner<T> addOnCancelListener (DocumetScanner.OnCancelListener onCancelListener)

Subscribes to a callback that will fire when the SDK's scanning process is canceled.

addOnFailureListener

public DocumentScanner<T> addOnFailureListener(DocumentScanner.OnFailureListener onFailureListener)

Subscribes to a callback that will fire when the SDK's scanning process is fails and throws an exception.

addOnSuccessListener

public DocumentScanner<T> addOnSuccessListener(DocumentScanner.OnSuccessListener<T> onSuccessListener)

Subscribes to a callback that will fire when the SDK's scanning process is succeeds.

Last updated