Package-level declarations

Functions

Link copied to clipboard
fun ChannelFilesAttachmentsScreen(viewModelFactory: ChannelAttachmentsViewModelFactory, modifier: Modifier = Modifier, currentUser: User? = ChatClient.instance().getCurrentUser(), stickHeader: Boolean = true, headerKeySelector: (item: ChannelAttachmentsViewState.Content.Item) -> String = ChannelAttachmentsDefaults.HeaderKeySelector, onNavigationIconClick: () -> Unit = {})

Displays the channel files attachments screen.

Link copied to clipboard
fun ChannelMediaAttachmentsScreen(viewModelFactory: ChannelAttachmentsViewModelFactory, modifier: Modifier = Modifier, gridColumnCount: Int? = null, headerKeySelector: (item: ChannelAttachmentsViewState.Content.Item) -> String = ChannelAttachmentsDefaults.HeaderKeySelector, onNavigationIconClick: () -> Unit = {}, onVideoPlaybackError: (error: Throwable) -> Unit = {})

Displays the channel media attachments screen.