set Channel List Adapter
Sets the channel list adapter.
Return
This Builder object to allow for chaining of calls to set methods.
Parameters
adapter
the adapter for the channel list.
open fun setChannelListAdapter(@Nullable adapter: ChannelListAdapter, @Nullable provider: MessageDisplayDataProvider): ChannelListFragment.Builder
Sets the channel list adapter and the message display data provider. The message display data provider is used to generate the data to display the last message in the channel.
Return
This Builder object to allow for chaining of calls to set methods. since 3.5.7
Parameters
adapter
the adapter for the channel list.
provider
the provider for the message display data.