setOnMenuClickListener

open fun setOnMenuClickListener(@NonNull menuClickListener: OnItemClickListener<OpenChannelSettingsMenuComponent.Menu>)

Register a callback to be invoked when the item of the menu is clicked. The click event about the CUSTOM menu won’t be called. If you want to handle the CUSTOM menu, you should handle it yourself after creating a custom menu view.

Parameters

menuClickListener

The callback that will run since 3.0.0