[V2X]移除无用场景

This commit is contained in:
renwj
2022-02-10 19:44:53 +08:00
parent 1fea36e610
commit 3f57a56047
71 changed files with 275 additions and 6828 deletions

View File

@@ -52,7 +52,7 @@ interface IMoGoWaringProvider {
* @param ttsContent tts语音播报消息
* @param tag tag绑定弹窗的标志
*/
fun showWarningV2X(v2xType: Int, alertContent: String?, ttsContent: String?, tag: String?, listenerIMoGo: IMoGoWarningStatusListener?, playTts: Boolean, expireTime: Long)
fun showWarningV2X(v2xType: Int, alertContent: CharSequence?, ttsContent: String?, tag: String?, listenerIMoGo: IMoGoWarningStatusListener?, playTts: Boolean, expireTime: Long)
/**
* 关闭指定floatTag 的 VR下V2X预警弹窗
@@ -126,6 +126,11 @@ interface IMoGoWaringProvider {
*/
fun showWarning(direction: WarningDirectionEnum, closeTime: Long)
/**
* 主动消失边框预警
*/
fun dismissWarning(direction: WarningDirectionEnum)
/**
* 呈现交警推送消息顶部弹框
*
@@ -174,5 +179,4 @@ interface IMoGoWaringProvider {
*/
fun showAdUpgradeStatus(upgradeMode : Int,downloadStatus : Int,currentProgress : Int,totalProgress : Int
,downloadVersion : String,upgradeStatus : Int)
}