修复TTS逻辑并解决合并3ee50537时产生的冲突
This commit is contained in:
@@ -20,7 +20,8 @@ interface IMoGoWaringProvider : IMogoModuleProvider {
|
||||
v2xType: Int,
|
||||
alertContent: String?,
|
||||
ttsContent: String?,
|
||||
tag: String?
|
||||
tag: String?,
|
||||
listener:WarningStatusListener?
|
||||
)
|
||||
|
||||
/**
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
package com.mogo.service.warning;
|
||||
|
||||
/**
|
||||
* @author xiaoyuzhou
|
||||
* @date 2021/9/13 4:41 下午
|
||||
*/
|
||||
public interface WarningStatusListener {
|
||||
void onShow();
|
||||
void onDismiss();
|
||||
}
|
||||
Reference in New Issue
Block a user