start
open override fun start(application: Application, botKey: String, languageCode: String = "en", authTokenCallback: AuthTokenCallback? = null)
Initializes the chat SDK with the provided application, chatBotKey, and codeLanguage. The SDK will automatically use NATIVE behavior for optimal performance and compliance.
Parameters
application
base class for maintaining global application state.
bot Key
chatBot key
language Code
code language
auth Token Callback
callback function to get the auth token.