DocumentCaptureSdkCallback

Callback triggered upon document capture is completed or when an event occurs.

Functions

Link copied to clipboard
abstract fun onEvent(event: String, metadata: Map<String, String>? = null)

An event occurred in the SDK.

Link copied to clipboard
abstract fun onSuccess(documents: List<DocumentCaptureDetailsModel>)

Document Capture successfully.