Package-level declarations

Types

Link copied to clipboard
data class VinScannerJsonConfiguration(var version: String? = null, var screen: String? = null, var cameraModule: JsonCameraModule? = null, var cameraOverlayColor: JsonColor? = null, var cancelButtonTitle: String? = null, var enableCameraButtonTitle: String? = null, var enableCameraExplanationText: String? = null, var finderLineColor: JsonColor? = null, var finderLineWidth: Double? = null, var finderTextHintColor: JsonColor? = null, var flashEnabled: Boolean? = null, var orientationLockMode: JsonOrientationLockMode? = null, var topBarBackgroundColor: JsonColor? = null, var topBarButtonsActiveColor: JsonColor? = null, var topBarButtonsInactiveColor: JsonColor? = null, var extractVINFromBarcode: Boolean? = null, var minimumNumberOfRequiredFramesWithEqualScanningResult: Int? = null, var maximumNumberOfAccumulatedFrames: Int? = null, var ocrResolutionLimit: Long? = null, var useButtonsAllCaps: Boolean? = null, var replaceCancelButtonWithIcon: Boolean? = null, var cameraPreviewMode: JsonCameraPreviewMode? = null, var touchToFocusEnabled: Boolean? = null, var aspectRatio: JsonAspectRatio? = null, var guidanceText: String? = null, var significantShakeDelay: Long? = null) : Parcelable
Link copied to clipboard
class VinScannerNativeConfiguration(var cancelButtonIcon: Int? = null) : Parcelable
Link copied to clipboard