Select User List Component
This class creates and performs a view corresponding the user list area when selecting users in Sendbird UIKit. since 3.0.0
Constructors
Types
Functions
Link copied to clipboard
Returns the user list adapter when selecting users.
Link copied to clipboard
Returns the view created by onCreateView.
Link copied to clipboard
Notifies this component that the list of users who can be selected is changed.
Link copied to clipboard
Notifies this component that the list of disabled users is changed.
Link copied to clipboard
Notifies this component that selecting users has been completed.
Link copied to clipboard
Link copied to clipboard
protected open fun onUserSelectionChanged(@NonNull selectedUserIds: List<String>, isSelected: Boolean)
Called when the user is selected.
Link copied to clipboard
Sets the user list adapter when selecting users.
Link copied to clipboard
open fun setOnUserSelectChangedListener(@Nullable userSelectChangedListener: OnUserSelectChangedListener)
Register a callback to be invoked when the user is selected.
Link copied to clipboard
open fun setOnUserSelectionCompleteListener(@Nullable userSelectionCompleteListener: OnUserSelectionCompleteListener)
Register a callback to be invoked when selecting users is completed.
Link copied to clipboard
Sets the paged data loader for user list.