Package-level declarations

Types

Link copied to clipboard
object AvatarSize

Predefined set of avatar sizes. These are used in Stream designs, but also as threshold for scaling accessory components, like the online indicator, placeholder icon, and text style.

Functions

Link copied to clipboard
fun ChannelAvatar(channel: Channel, currentUser: User?, modifier: Modifier = Modifier, showIndicator: Boolean = false, showBorder: Boolean = false)

The default avatar for a channel.

Link copied to clipboard
fun UserAvatar(user: User, modifier: Modifier = Modifier, showIndicator: Boolean = false, showBorder: Boolean = false)

The default user avatar content.