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.

botKey
  • chatBot key

languageCode
  • code language

authTokenCallback
  • callback function to get the auth token.