notifyDataChanged

open fun notifyDataChanged(@Nullable message: BaseMessage, @NonNull channel: GroupChannel)

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

Parameters

message

Message required for current input information

channel

The latest group channel since 3.0.0


open fun notifyDataChanged(    @Nullable message: BaseMessage,     @NonNull channel: GroupChannel,     @NonNull defaultText: String)

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

Parameters

message

Message required for current input information

channel

The latest group channel

defaultText

Text set as initial value for input since 3.0.0