Functions
configure
Kotlin Function
Function
Configures the SDK with the given API key and Android application context. Safe to call multiple times — subsequent calls after the first are ignored.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Kotlin Function
fun CrossmintSDK.Companion.configure(apiKey: String, appContext: Context, logLevel: LogLevel = LogLevel.WARN)
Was this page helpful?
