CreditCardScannerActivity

Represents camera screen for Credit card scanning.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion : BaseActivity.RtuCompanion<CreditCardScannerActivity.Result>
Link copied to clipboard
data class Result(val resultCode: Int, val result: CreditCardScannerUiResult?, val isLicenseInvalid: Boolean, val sdkIsNotInitialized: Boolean, val isAutoCancelledByTimeout: Boolean) : BaseCreditCardScannerActivity.InternalResult

Wrapper-class for all information, obtained as a result of RTU activity work.

Link copied to clipboard

Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.

Properties

Link copied to clipboard

Will be overridden by descendants that define their own composable views, but we need to call it in onCreate here.

Functions

Link copied to clipboard
open override fun forceClose()

This method is called when the activity is closed by the timeout with canceling