set Thread List Adapter
Sets the thread list adapter.
Return
This Builder object to allow for chaining of calls to set methods. since 3.3.0
Parameters
adapter
the adapter for the thread list.
open fun setThreadListAdapter(@Nullable adapter: ThreadListAdapter, @Nullable provider: MessageDisplayDataProvider): MessageThreadFragment.Builder
Sets the thread 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 thread list.
provider
the provider for the message display data.