Package-level declarations

Functions

Link copied to clipboard
fun CheckCaptureScreen(onCloseAction: () -> Unit, cameraToken: String, modifier: Modifier = Modifier, documentsToCapture: List<DocumentTypeModel> = listOf(CHECK_DEPOSIT_FRONT, CHECK_DEPOSIT_BACK))

Check capture feature. This will not upload any result. Set callback CheckCaptureSdkCallback in PaymentsSdk.setEventListener.

Link copied to clipboard
fun DepositCheckScreen(onCloseAction: () -> Unit, cameraToken: String, sessionToken: String, externalId: String, walletUuid: String, currency: CurrencyModel, amount: Long, serviceFees: List<CheckServiceFeeModel>?, modifier: Modifier = Modifier)

Deposit Check feature. Set callback DepositCheckSdkCallback in PaymentsSdk.setEventListener.