Moderation List Component
This class creates and performs a view corresponding the moderation list area in Sendbird UIKit. since 3.0.0
Constructors
Types
Functions
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 onMenuItemClicked(@NonNull view: View, @NonNull menu: ModerationListComponent.ModerationMenu)
Called when the item of the menu list is clicked.
Link copied to clipboard
open fun setOnMenuItemClickListener(@Nullable menuItemClickListener: OnMenuItemClickListener<ModerationListComponent.ModerationMenu, Void>)
Register a callback to be invoked when the item of the menu is clicked.