start
open override fun start(application: Application, botKey: String, languageCode: String = "en", authTokenCallback: AuthTokenCallback? = null)
Initializes the Kindly Chat SDK. This is the first method that should be called before using any other SDK functions. The SDK will automatically use NATIVE behavior for optimal performance and compliance.
Parameters
application
The application context
bot Key
The bot key for the Kindly Chat API
language Code
The language code to use (default is "en")
auth Token Callback
Optional callback for authentication