MBUIOptions

Class representing UI options for the predefined UI in the fragment.

Use this class to configure the visibility of various UI elements and customize text localizations.

Types

Link copied to clipboard
data class Builder(var showProgressBar: Boolean = false, var showFaceStatusLabel: Boolean = false, var showCountdownTimerLabel: Boolean = false, var textLocalizations: MBTextLocalizations = MBTextLocalizations(), var textLocalizationBoundingBox: MBTextLocalizationsBoundingBox = MBTextLocalizationsBoundingBox(), var shouldShowOverlayFaceView: Boolean = false)

Builder class for creating instances of MBUIOptions with customized options.

Properties

Link copied to clipboard

Indicates whether the countdown timer label should be visible. Default is false.

Link copied to clipboard

Indicates whether the face status label should be visible. Default is false.

Link copied to clipboard

Indicates whether the progress bar should be visible. Default is false.

Link copied to clipboard

Localized text options for UI elements for the face capture sdk based on the bounding box constrains.

Link copied to clipboard

Localized text options for UI elements for the face capture sdk based on the landmarks constrains.