MicroblinkPlatformUiSettings

data class MicroblinkPlatformUiSettings(val buttonShape: ButtonShape = ButtonShape(), val mbpImages: MicroblinkPlatformImages = MicroblinkPlatformImages(), val typography: MicroblinkPlatformTypography = MicroblinkPlatformTypography.default(), val colorScheme: ColorScheme = MbpColorScheme, val documentScanningTypography: ParcelableUiTypography = ParcelableUiTypography.Default(null))

UI settings for the Microblink Platform SDK.

Constructors

Link copied to clipboard
constructor(buttonShape: ButtonShape = ButtonShape(), mbpImages: MicroblinkPlatformImages = MicroblinkPlatformImages(), typography: MicroblinkPlatformTypography = MicroblinkPlatformTypography.default(), colorScheme: ColorScheme = MbpColorScheme, documentScanningTypography: ParcelableUiTypography = ParcelableUiTypography.Default(null))

Properties

Link copied to clipboard

Shape of the button in the Microblink Platform SDK. Changes Home screen, Error screen, Camera permission screen, and Result screen action button.

Link copied to clipboard

Color scheme used in the Microblink Platform SDK.

Link copied to clipboard
val documentScanningTypography: ParcelableUiTypography

Typography used in the document capture screens.

Link copied to clipboard

Images used in the Microblink Platform SDK.

Link copied to clipboard

Typography used in the Microblink Platform SDK.