MessageCenterDefaults
Functions
Link copied to clipboard
fun listTopBar(title: String, isEditing: Boolean, navIcon: Painter? = painterResource(com.urbanairship.messagecenter.core.R.drawable.ua_ic_message_center_arrow_back), navIconDescription: String? = stringResource(CoreR.string.ua_back), actions: @Composable RowScope.() -> Unit = {}, onNavigateUp: () -> Unit = {}, scrollBehavior: TopAppBarScrollBehavior? = null)
Top bar for the message list screen.
Link copied to clipboard
Actions for the message list top bar.
Link copied to clipboard
fun messageTopBar(title: String?, navIcon: Painter? = painterResource(com.urbanairship.messagecenter.core.R.drawable.ua_ic_message_center_arrow_back), navIconDescription: String? = stringResource(CoreR.string.ua_back), actions: @Composable RowScope.() -> Unit = {}, onNavigateUp: () -> Unit = {}, scrollBehavior: TopAppBarScrollBehavior? = null)
Top bar for the message screen.
Link copied to clipboard
fun messageTopBarActions(state: MessageCenterMessageState, canDelete: Boolean = true, onMessageDeleted: () -> Unit = {})
Actions for the message top bar.