setAdapter

open fun <T : CreateChannelUserListAdapter?> setAdapter(@NonNull adapter: T)

Sets the user list adapter when creating a channel to provide child views on demand. The default is new CreateChannelUserListAdapter().

When adapter is changed, all existing views are recycled back to the pool. If the pool has only one adapter, it will be cleared.

Parameters

adapter

The adapter to be applied to this list component since 3.0.0