sendbird Group Channel Nav Graph
Adds the Sendbird group channel navigation graph to the NavGraphBuilder.
Receiver
The NavGraphBuilder to add the navigation graph.
Since
1.0.0-beta.1
Parameters
The NavController to navigate between destinations.
The composable function to apply the theme to each screen. Defaults to SendbirdTheme. if null, the theme will not be applied.
The SendbirdNavigationRoute to set as the start destination.
The composable function to display the channels screen. Defaults to ChannelsScreen.
The composable function to display the channel creation screen. Defaults to ChannelCreationScreen.
The composable function to display the channel screen. Defaults to ChannelScreen.
The composable function to display the channel settings screen. Defaults to ChannelSettingsScreen.
The composable function to display the members screen. Defaults to MembersScreen.
The composable function to display the user invitation screen. Defaults to UserInvitationScreen.