DepositCheckSdkCallback

Callback triggered when a check is deposited and returned or when an event occurs.

Functions

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

An event occurred in the SDK.

Link copied to clipboard
abstract fun onSuccess(check: CheckDetailsModel)

The check deposited successfully.