CardScanSheet

class CardScanSheet

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun attachCardScanFragment(lifecycleOwner: LifecycleOwner, supportFragmentManager: FragmentManager, @IdRes fragmentContainer: Int, onFinished: (cardScanSheetResult: CardScanSheetResult) -> Unit)

Attach the cardscan fragment to the specified container. Results will be returned in the callback function.

Link copied to clipboard
fun present(onFinished: (cardScanSheetResult: CardScanSheetResult) -> Unit)

Present the scan flow using the provided ID and Secret. Results will be returned in the callback function.