onLocateMessage property

void Function(NIMMessage)? onLocateMessage
final

桌面/Web 端"定位到聊天"回调,由外层 ChatPage 注入,触发聊天列表滚动定位 若不传,则默认使用 goToChatAndKeepHome 跳转

Implementation

final void Function(NIMMessage)? onLocateMessage;