Base Vin Scanner Activity
Base class is to hold only code common for all Vin- activities.
Inheritors
Types
Link copied to clipboard
interface AutoCancellableResult
Result wrapping entity for component, that support automatic scanning cancelling and closing due to timer.
Link copied to clipboard
abstract class InternalResultContract<R : VinScannerActivityContractResult>(activityClass: Class<*>)
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.