SelectUserHeaderComponent

open class SelectUserHeaderComponent : StateHeaderComponent

This class creates and performs a view corresponding the header area when selecting users in Sendbird UIKit. since 3.0.0

Functions

Link copied to clipboard
open fun notifySelectedUserChanged(count: Int)
Notifies this component that an user is selected.
Link copied to clipboard
open fun onCreateView(    @NonNull context: Context,     @NonNull inflater: LayoutInflater,     @NonNull parent: ViewGroup,     @Nullable args: Bundle): View
Called after the component was created to make views.