presentChatbox

abstract fun presentChatbox(context: Context)

Display the Chatbox as an Activity (will appear on top of your current view hierarchy).

If you don't use the default floating button this should be called when the user wants to engage the conversation. This is automatically called when the users taps on the default floating button if you are using it.

Parameters

context

Context of the application.