customer-android-kotlin

//core/com.kustomer.core/KustomerCore/Companion/init

init

[androidJvm]
fun init(application: Application, apiKey: String, kustomerCoreOptions: KustomerCoreOptions? = null): KusResult<Boolean>

Initializes Kustomer Core instance Should be called from Application class only

Parameters

androidJvm

   
application  
apiKey  
kustomerCoreOptions  

Throws

   
kotlin.AssertionError if the API key is invalid