set Message List Adapter
Sets the message list adapter.
Return
This Builder object to allow for chaining of calls to set methods.
Parameters
adapter
the adapter for the message list.
open fun setMessageListAdapter(@Nullable adapter: MessageListAdapter, @Nullable provider: MessageDisplayDataProvider): ChannelFragment.Builder
Sets the message list adapter and the message display data provider. The message display data provider is used to generate the data to display the message.
Return
This Builder object to allow for chaining of calls to set methods. since 3.5.7
Parameters
adapter
the adapter for the message list.
provider
the provider for the message display data.