BaseVinScannerActivity

Base class is to hold only code common for all Vin- activities.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Result wrapping entity for component, that support automatic scanning cancelling and closing due to timer.

Link copied to clipboard
object Companion
Link copied to clipboard
abstract class InternalResultContract<R : VinScannerActivityContractResult>(activityClass: Class<*>)

Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.

Properties

Link copied to clipboard
abstract val createView: (configuration: VinScannerScreenConfiguration) -> Unit

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

Delivers scanned document content to the user.

Link copied to clipboard
open override fun onCreate(savedInstanceState: Bundle?)