This commit is contained in:
lixiaopeng
2021-10-29 15:16:20 +08:00
parent 59c5d66cfe
commit 847e4bb926
2 changed files with 6 additions and 6 deletions

View File

@@ -8,13 +8,10 @@ import androidx.fragment.app.Fragment;
import com.alibaba.android.arouter.facade.annotation.Route;
import com.mogo.eagle.core.data.constants.MogoServicePaths;
import com.mogo.eagle.core.data.notice.NoticeNormalData;
import com.mogo.eagle.core.data.notice.NoticePushData;
import com.mogo.eagle.core.function.api.notice.IMoGoNoticeProvider;
import com.mogo.eagle.core.function.call.notice.CallerNoticeManager;
import com.mogo.eagle.core.function.hmi.ui.MoGoHmiFragment;
import com.mogo.eagle.core.function.notice.receiver.NoticeMessageListener;
import com.mogo.module.common.MogoApisHandler;
import com.mogo.service.cloud.socket.IMogoLifecycleListener;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
@@ -60,4 +57,9 @@ public class NoticeProvider implements IMoGoNoticeProvider {
public void showNoticeForTrafficWithData(NoticePushData pushData) {
mMoGoHmiFragment.showNoticeForTrafficWithData(pushData);
}
@Override
public void showNoticeNormalData(NoticeNormalData normalData) {
}
}

View File

@@ -3,10 +3,8 @@ package com.mogo.eagle.core.function.notice;
import android.content.Context;
import android.util.Log;
import com.alibaba.android.arouter.launcher.ARouter;
import com.mogo.eagle.core.function.notice.receiver.NoticeMessageListener;
import com.mogo.module.common.MogoApisHandler;
import com.mogo.service.IMogoServiceApis;
/**
* @author Jing