You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An interface has been added to modify the data used for the Views displayed in the RecyclerView. Through each Provider, it is possible to change the data of the Views displayed in the RecyclerView.
Added setMessageListAdapter(MessageListAdapter, MessageDisplayDataProvider) in ChannelFragment.Builder
Added setThreadListAdapter(ThreadListAdapter, MessageDisplayDataProvider) in MessageThreadFragment.Builder
Added setMessageSearchAdapter(MessageSearchAdapter, MessageDisplayDataProvider) in MessageSearchFragment.Builder
Added setChannelListAdapter(ChannelListAdapter, MessageDisplayDataProvider) in ChannelListFragment.Builder
Added setMessageDisplayDataProvider(MessageDisplayDataProvider) in MessageListAdapter, ThreadListAdapter, MessageSearchAdapter and ChannelListAdapter