Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-29 19:55:59 +04:00
parent 32a061182f
commit 80c89491b3
8 changed files with 5 additions and 106 deletions

View file

@ -20,7 +20,6 @@ interface ScanCardProcessor {
cardId: String? = null,
onProgressStateChange: suspend (showProgress: Boolean) -> Unit = {},
onWalletNotCreated: suspend () -> Unit = {},
disclaimerWillShow: () -> Unit = {},
onCancel: suspend () -> Unit = {},
onFailure: suspend (error: TangemError) -> Unit = {},
onSuccess: suspend (scanResponse: ScanResponse) -> Unit = {},