Package io.rong.imlib
Interface IRongCoreListener.UltraGroupReadTimeListener
-
- All Implemented Interfaces:
public interface IRongCoreListener.UltraGroupReadTimeListener
超级群已读时间同步监听
-
-
Method Summary
Modifier and Type Method Description abstract void
onUltraGroupReadTimeReceived(String targetId, String channelId, long time)
超级群已读时间同步 -
-
Method Detail
-
onUltraGroupReadTimeReceived
abstract void onUltraGroupReadTimeReceived(String targetId, String channelId, long time)
超级群已读时间同步
- Parameters:
targetId
- 会话 IDchannelId
- 频道 IDtime
- 已读时间
-
-
-
-