OpenChannelBannedUserListComponent

open class OpenChannelBannedUserListComponent : UserTypeListComponent<T>

This class creates and performs a view corresponding the banned user list area in Sendbird UIKit. since 3.1.0

Constructors

Link copied to clipboard
open fun OpenChannelBannedUserListComponent()
Constructor since 3.1.

Functions

Link copied to clipboard
open fun notifyDataSetChanged(@NonNull userList: List<User>, @NonNull openChannel: OpenChannel)
Notifies this component that the list of users is changed.
Link copied to clipboard
open fun <T : OpenChannelBannedUserListAdapter?> setAdapter(@NonNull adapter: T)
Sets the banned user list adapter to provide child views on demand.

Properties

Link copied to clipboard
protected open val adapter: OpenChannelBannedUserListAdapter