MicroblinkPlatformConfig

data class MicroblinkPlatformConfig(val mbpResultListener: MicroblinkPlatformResultListener, val mbpServiceSettings: MicroblinkPlatformServiceSettings, val mbpUiSettings: MicroblinkPlatformUiSettings = MicroblinkPlatformUiSettings(), val mbpCardScanResultListener: MicroblinkPlatformCardScanResultListener? = null)

Configuration for the Microblink Platform SDK.

Constructors

Link copied to clipboard
constructor(mbpResultListener: MicroblinkPlatformResultListener, mbpServiceSettings: MicroblinkPlatformServiceSettings, mbpUiSettings: MicroblinkPlatformUiSettings = MicroblinkPlatformUiSettings(), mbpCardScanResultListener: MicroblinkPlatformCardScanResultListener? = null)

Properties

Link copied to clipboard

Listener for the MBP result.

Link copied to clipboard

Service settings for the backend you are hosting.

Link copied to clipboard

UI settings for the Microblink Platform SDK.