Package io.rong.imlib
Interface IRongCoreListener.UltraGroupReadTimeListener
-
- All Implemented Interfaces:
public interface IRongCoreListener.UltraGroupReadTimeListener
Ultra Group Read Time Synchronization Listener
-
-
Method Summary
Modifier and Type Method Description abstract void
onUltraGroupReadTimeReceived(String targetId, String channelId, long time)
Super Group Read Time Synchronization -
-
Method Detail
-
onUltraGroupReadTimeReceived
abstract void onUltraGroupReadTimeReceived(String targetId, String channelId, long time)
Super Group Read Time Synchronization
- Parameters:
targetId
- Conversation IDchannelId
- Channel IDtime
- Read time
-
-
-
-