MedicalCertificateScannerJsonConfiguration

data class MedicalCertificateScannerJsonConfiguration(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 flashEnabled: Boolean? = null, var orientationLockMode: JsonOrientationLockMode? = null, var topBarBackgroundColor: JsonColor? = null, var topBarButtonsActiveColor: JsonColor? = null, var topBarButtonsInactiveColor: JsonColor? = null, var useButtonsAllCaps: Boolean? = null, var userGuidanceBackgroundColor: JsonColor? = null, var userGuidanceTextColor: JsonColor? = null, var recognizePatientInfo: Boolean? = null, var returnCroppedDocumentImage: Boolean? = null, var errorDialogTitle: String? = null, var errorDialogAccentColor: JsonColor? = null, var errorDialogMessage: String? = null, var errorDialogOkButton: String? = null, var errorDialogOkButtonFilled: Boolean? = null, var errorDialogOkButtonFilledTextColor: JsonColor? = null, var showFinderOverlay: Boolean? = null, var userGuidanceStrings: JsonMedicalCertificateUserGuidanceStrings? = null, var cameraPreviewMode: JsonCameraPreviewMode? = null, var touchToFocusEnabled: Boolean? = null) : Parcelable

Constructors

constructor(version: String? = null, screen: String? = null, cameraModule: JsonCameraModule? = null, cameraOverlayColor: JsonColor? = null, cancelButtonTitle: String? = null, enableCameraButtonTitle: String? = null, enableCameraExplanationText: String? = null, finderLineColor: JsonColor? = null, finderLineWidth: Double? = null, flashEnabled: Boolean? = null, orientationLockMode: JsonOrientationLockMode? = null, topBarBackgroundColor: JsonColor? = null, topBarButtonsActiveColor: JsonColor? = null, topBarButtonsInactiveColor: JsonColor? = null, useButtonsAllCaps: Boolean? = null, userGuidanceBackgroundColor: JsonColor? = null, userGuidanceTextColor: JsonColor? = null, recognizePatientInfo: Boolean? = null, returnCroppedDocumentImage: Boolean? = null, errorDialogTitle: String? = null, errorDialogAccentColor: JsonColor? = null, errorDialogMessage: String? = null, errorDialogOkButton: String? = null, errorDialogOkButtonFilled: Boolean? = null, errorDialogOkButtonFilledTextColor: JsonColor? = null, showFinderOverlay: Boolean? = null, userGuidanceStrings: JsonMedicalCertificateUserGuidanceStrings? = null, cameraPreviewMode: JsonCameraPreviewMode? = null, touchToFocusEnabled: Boolean? = null)

Properties

Link copied to clipboard

The preferred camera module (default - BACK)

Link copied to clipboard

Background color outside of the finder window.

Link copied to clipboard

Preview mode of the camera. FILL_IN or FIT_IN. Default is FILL_IN. Android only

Link copied to clipboard

Title of the cancel button.

Link copied to clipboard

Title of the button that opens the screen where the user can allow the usage of the camera by the app.

Link copied to clipboard

Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.

Link copied to clipboard

The accent color of buttons on a error dialog.

Link copied to clipboard

Error dialog message

Link copied to clipboard

Error dialog ok button text.

Link copied to clipboard

Allows to set if the confirm button should be filled. Android only.

Link copied to clipboard

Allows to set a text color of the filled button. Android only.

Link copied to clipboard

Error dialog title

Link copied to clipboard

Foreground color of the detection overlay.

Link copied to clipboard

Width of finder frame border. Default is 2.

Link copied to clipboard

Controls whether the flash should be initially enabled. The default value is FALSE.

Link copied to clipboard

UI Interface orientation lock mode

Link copied to clipboard

Whether sdk should run recognition of Patient Information block.

Link copied to clipboard

Whether sdk should return cropped document image or not

Link copied to clipboard

The configuration object should be applied for this screen

Link copied to clipboard

Option to show or hide finder overlay

Link copied to clipboard

The background color of the top toolbar.

Link copied to clipboard

The color of all active toggle buttons in the toolbar.

Link copied to clipboard

The color of all inactive toggle buttons in the toolbar.

Link copied to clipboard

Whether touch-to-focus is enabled on camera preview. Enabled by default. Android only.

Link copied to clipboard

Controls whether buttons should use all capitals style, as defined by the Android Material Design. Defaults to TRUE. Android only.

Link copied to clipboard

The background color of the user guidance hints.

Link copied to clipboard

Configuration that helps to override default hint values

Link copied to clipboard

The text color of the user guidance hints.

Link copied to clipboard

A version of the configuration object