start

abstract fun start(context: Context, clientId: String, clientSecret: String, configuration: MimiConfiguration = MimiConfiguration())

Set up MimiCore for use with your client.

IMPORTANT: If you have been supplied with dev and production credentials: please ensure that these credentials are used only for their corresponding app build variant. Dev credentials should only be used for development builds, and production credentials should be used for release builds.

Parameters

context

The Android Context.

clientId

your client id.

clientSecret

your client secret.

configuration

MimiConfiguration to use.