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

botKey

The bot key for the Kindly Chat API

languageCode

The language code to use (default is "en")

authTokenCallback

Optional callback for authentication