MessageTopBar
fun MessageTopBar(title: String, channelIndex: Int?, mismatchKey: Boolean, onNavigateBack: () -> Unit, channels: ERROR CLASS: Symbol not found for ChannelSet??, channelIndexParam: Int?, showQuickChat: Boolean, onToggleQuickChat: () -> Unit, onNavigateToQuickChatOptions: () -> Unit = {}, filteringDisabled: Boolean = false, onToggleFilteringDisabled: () -> Unit = {}, filteredCount: Int = 0, showFiltered: Boolean = false, onToggleShowFiltered: () -> Unit = {}): ERROR CLASS: Unresolved name: TopAppBar(source)
The default top app bar for the message screen.
Parameters
title
The title to display (contact or channel name).
channelIndex
The index of the current channel, if applicable.
mismatchKey
True if there's a key mismatch for the current PKC.
onNavigateBack
Callback for the navigation icon.
channels
The set of all channels, used for the SecurityIcon.
channelIndexParam
The specific channel index for the SecurityIcon.