show

fun show(context: Context, loggedUserId: String?, chat: ChatUI)

Show the chat ui

Parameters

context

context to bind the chat ui

loggedUserId

String optional logged user identification if already connected or connecting

chat

The chat object that should be shown.


fun show(context: Context, chat: Chat)