chatWindowOpen

suspend fun ChatEventHandler.chatWindowOpen(instant: Instant = Clock.System.now())

Send a ChatWindowOpen event to the analytics server.

chatWindowOpen should be invoked whenever the user opens the chat window, after the chat is connected and ready (i.e., after observing ChatStateEvent.Ready on Chat.stateFlow).

Parameters

instant

instant of the event.

See also