startScanner
abstract fun startScanner(configuration: CheckScannerScreenConfiguration, onResult: (Result<CheckScannerUiResult>) -> Unit, onCanceled: () -> Unit? = null)
Opens the Ready-To-Use UI Check Scanner screen with the desired configuration.
Parameters
configuration
The configuration for the Check scanner screen.
onResult
Callback invoked with the scanning result.
onCanceled
Optional callback invoked if the scanner is canceled.