NoOpConversationListener

Default listener available for code simplicity if you are not interested in all ConversationListener methods.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override 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
open override fun onNewMessageReceived(content: String)

Called when a new incoming message has been received.

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

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