notifyOtherMessageReceived

open fun notifyOtherMessageReceived(showTooltipIfPossible: Boolean)

After receiving the message from another user, handle the necessary tasks at this component.

Parameters

showTooltipIfPossible

Whether to show the tooltip when new messages are received since 3.0.0


open fun notifyOtherMessageReceived(showTooltipIfPossible: Boolean, autoScrollOverflowToTop: Boolean)

After receiving the message from another user, handle the necessary tasks at this component.

Parameters

showTooltipIfPossible

Whether to show the tooltip when new messages are received

autoScrollOverflowToTop

Whether to auto-scroll to the top of the message if it overflows the visible area since 3.26.0