ViewComponents

interface ViewComponents

A container for all of the customizable Composable components in the UI.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
@Composable
open fun ChatFeedEntry(entry: ChatFeedEntry, content: @Composable () -> Unit)

Allows the developer to define customizable views for each entry type.