类的使用
cn.daenx.yhchatsdk.framework.vo.EventMsgVo
使用EventMsgVo的程序包
程序包
说明
-
cn.daenx.yhchatsdk.framework.controller中EventMsgVo的使用
-
cn.daenx.yhchatsdk.framework.core中EventMsgVo的使用
修饰符和类型方法说明static voidGlobalEventHandle.eventBotFollwed(EventMsgVo eventMsgVo) 关注机器人事件static voidGlobalEventHandle.eventBotSetting(EventMsgVo eventMsgVo) 机器人设置事件static voidGlobalEventHandle.eventBotUnfollwed(EventMsgVo eventMsgVo) 取消关注机器人事件static voidGlobalEventHandle.eventButtonReportInline(EventMsgVo eventMsgVo) 消息中按钮点击事件static voidGlobalEventHandle.eventGroupJoin(EventMsgVo eventMsgVo) 加入群事件static voidGlobalEventHandle.eventGroupLeave(EventMsgVo eventMsgVo) 退出群事件static voidGlobalEventHandle.eventMessageReceiveInstruction(EventMsgVo eventMsgVo) 指令消息事件static voidGlobalEventHandle.eventMessageReceiveNormal(EventMsgVo eventMsgVo) 普通消息事件static voidGlobalExecutorSubmit.submit(EventMsgVo eventMsgVo) 参数类型为EventMsgVo的cn.daenx.yhchatsdk.framework.core中的构造器 -
cn.daenx.yhchatsdk.framework.eventInterface中EventMsgVo的使用
修饰符和类型方法说明EventBotFollwed.handle(EventMsgVo eventMsgVo) 返回-1,后面的实现类将不再执行 返回0,后面的实现类继续执行EventBotSetting.handle(EventMsgVo eventMsgVo) 返回-1,后面的实现类将不再执行 返回0,后面的实现类继续执行EventBotUnfollwed.handle(EventMsgVo eventMsgVo) 返回-1,后面的实现类将不再执行 返回0,后面的实现类继续执行EventButtonReportInline.handle(EventMsgVo eventMsgVo) 返回-1,后面的实现类将不再执行 返回0,后面的实现类继续执行EventGroupJoin.handle(EventMsgVo eventMsgVo) 返回-1,后面的实现类将不再执行 返回0,后面的实现类继续执行EventGroupLeave.handle(EventMsgVo eventMsgVo) 返回-1,后面的实现类将不再执行 返回0,后面的实现类继续执行EventMessageReceiveInstruction.handle(EventMsgVo eventMsgVo) 返回-1,后面的实现类将不再执行 返回0,后面的实现类继续执行EventMessageReceiveNormal.handle(EventMsgVo eventMsgVo) 返回-1,后面的实现类将不再执行 返回0,后面的实现类继续执行