onBindSettingsMenuComponent

protected open fun onBindSettingsMenuComponent(    @NonNull menuComponent: ChannelSettingsMenuComponent,     @NonNull viewModel: ChannelSettingsViewModel,     @Nullable channel: GroupChannel)

Called to bind events to the ChannelSettingsMenuComponent. This is called from onBeforeReady regardless of the value of ReadyStatus.

Parameters

menuComponent

The component to which the event will be bound

viewModel

A view model that provides the data needed for the fragment

channel

The GroupChannel that contains the data needed for this fragment since 3.0.0