Channel Settings Menu Component
This class creates and performs a view corresponding the channel settings menu area in Sendbird UIKit. since 3.0.0
Constructors
Types
Functions
Link copied to clipboard
open fun createMenuView(@NonNull context: Context, @NonNull title: String, @Nullable description: String, @NonNull type: SingleMenuType, @DrawableRes iconResId: Int, @ColorRes iconTintResId: Int): View
Creates a custom menu view.
Link copied to clipboard
Returns the view created by onCreateView.
Link copied to clipboard
Notifies this component that the channel data has changed.
Link copied to clipboard
Link copied to clipboard
protected open fun onMenuClicked(@NonNull view: View, @NonNull menu: ChannelSettingsMenuComponent.Menu)
Called when the item of the menu list is clicked.
Link copied to clipboard
open fun setOnMenuClickListener(@NonNull menuClickListener: OnItemClickListener<ChannelSettingsMenuComponent.Menu>)
Register a callback to be invoked when the item of the menu is clicked.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard