setAdapter

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

Sets the message list adapter for OpenChannel. The default is new OpenChannelMessageListAdapter().

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