Package-level declarations

Functions

Link copied to clipboard
fun MessagesScreen(viewModelFactory: MessagesViewModelFactory, showHeader: Boolean = true, onBackPressed: () -> Unit = {}, onHeaderTitleClick: (channel: Channel) -> Unit = {}, onChannelAvatarClick: () -> Unit = {}, onComposerLinkPreviewClick: (LinkPreview) -> Unit? = null, skipPushNotification: Boolean = false, skipEnrichUrl: Boolean = false, threadMessagesStart: ThreadMessagesStart = ThreadMessagesStart.BOTTOM, statefulStreamMediaRecorder: StatefulStreamMediaRecorder? = null)

Default root Messages screen component, that provides the necessary ViewModels and connects all the data handling operations, as well as some basic actions, like back pressed handling.