Package io.aircore.panel.chat

Types

Link copied to clipboard
interface ChatClientListener : ClientListener

Interface used to allow host app listen to key general panel events and chat-specific events.

Functions

Link copied to clipboard
fun ChatPanel(    client: Client,     channelId: String,     configuration: ChatPanelConfiguration = ChatPanelConfiguration())

Composable that renders an Aircore Chat Panel.