val settings = mapOf("age" to "23")
val liveChatManager = LiveChatManager.Builder()
.setDomainAddress("https://domain.desk360.com")
Desk360LiveChat.init(this, liveChatManager) { isActive ->
// You can start Desk360LiveChat after initialization completed
btnLiveChat.visibility = if (isActive)
btnLiveChat.setOnClickListener {
// when you want to start Live Chat