[add] 添加1.注册消息类型 2.监听类 3.云公告模块路由PATH 4.Caller java文件

长链接未调通
This commit is contained in:
liujing
2021-10-27 19:44:03 +08:00
parent 0dd56e641b
commit 954fae75e0
11 changed files with 168 additions and 47 deletions

View File

@@ -304,7 +304,8 @@ public class MogoApplication extends AbsMogoApplication {
MogoModulePaths.addBaseModule(new MogoModule(MogoServicePaths.PATH_V2X_FRONT_CRASH_WARNING, "IV2XManagerProvider"));
// 全局语音唤醒
MogoModulePaths.addBaseModule(new MogoModule(MogoServicePaths.PATH_GLOBAL_UNWAKE, "GlobalUnwake"));
// 云公告发布
MogoModulePaths.addModuleFunction(new MogoModule(MogoServicePaths.PATH_AI_NOTICE, "IMoGoNoticeProvider"));
if (!DebugConfig.isLauncher()) {
PersistentManager.getInstance().initManager(this);