ConversationClosed

@Composable
open fun ConversationClosed(content: @Composable () -> Unit)

Allows the developer to define a view, which is displayed when the conversation is closed.

Parameters

content

The default Composable we provide with the SDK.