initialize

suspend fun initialize(activity: Activity, loggerConfiguration: Logger.LoggerConfiguration? = null)

Initialize the MobileCredentialVerifier SDK.

Parameters

activity

Android Activity.

loggerConfiguration

Optional parameter to config the logger behavior.

Throws

If the SDK API is called before the SDK is initialized.

If something wrong happens during storage initialization.