//core/com.kustomer.core/KustomerCore/Companion/init
[androidJvm]
fun init(application: Application, apiKey: String, kustomerCoreOptions: KustomerCoreOptions? = null): KusResult<Boolean>
Initializes Kustomer Core instance Should be called from Application class only
androidJvm
application | |
apiKey | |
kustomerCoreOptions |
kotlin.AssertionError | if the API key is invalid |