notifyDataSetChanged

open fun notifyDataSetChanged(    @NonNull messageList: List<BaseMessage>,     @NonNull channel: OpenChannel,     @Nullable callback: OnMessageListUpdateHandler)

Notifies this component that the data needed to draw the message list has changed.

Parameters

messageList

The list of messages to be drawn

channel

The latest group channel

callback

Callback when the message list is updated since 3.0.0