ChannelSettingsNotificationMenu

fun ChannelSettingsNotificationMenu(isChecked: Boolean, modifier: Modifier = Modifier, onCheckedChange: (Boolean) -> Unit = {})

Represents the channel settings menu for the notification settings.

Since

1.0.0-beta.1

Parameters

isChecked

The flag to indicate whether the notification is enabled.

modifier

The modifier to be applied to the view.

onCheckedChange

The handler for when the notification is toggled.