ConversationListener

Functions

Link copied to clipboard
abstract fun handleClickedUrl(uri: Uri): Boolean

Called when the user has tapped on a link to check who should handle this link (the SDK or the app).

Link copied to clipboard
abstract fun onNewMessageReceived(content: String)

Called when a new incoming message has been received.

Link copied to clipboard
abstract fun onOngoingConversationUpdated(ongoingConversation: OngoingConversation?)

Called each time a visitor is entering in a new or existing ongoing conversation.