Package io.rong.imlib
Interface IRongCoreListener.RobotEventListener
-
- All Implemented Interfaces:
public interface IRongCoreListener.RobotEventListener机器人事件监听器。
- Since:
5.32.0
-
-
Method Summary
Modifier and Type Method Description abstract voidonRobotSyncCompleted(List<RobotInfo> robots, IRongCoreEnum.CoreErrorCode code)机器人同步完成回调 -
-
Method Detail
-
onRobotSyncCompleted
abstract void onRobotSyncCompleted(List<RobotInfo> robots, IRongCoreEnum.CoreErrorCode code)
机器人同步完成回调
- Parameters:
robots- 机器人列表code- 错误码
-
-
-
-