setAdapter

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

Sets the operator list adapter to provide child views on demand. The default is new OperatorListAdapter().

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