setAdapter

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

Sets the user list adapter when inviting users to provide child views on demand. The default is new InviteUserListAdapter().

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