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)