navigateToChannelSettings

fun NavController.navigateToChannelSettings(channelUrl: String, navOptions: NavOptions? = null)

Navigates to the ChannelSettingsScreen for the given channelUrl.

Receiver

The NavController to navigate with.

Since

1.0.0-beta.1

Parameters

channelUrl

The channelUrl to navigate to.

navOptions

The NavOptions to configure the navigation.