wait to finiah
This commit is contained in:
@@ -10,7 +10,7 @@ class EventTypeHelper {
|
||||
|
||||
fun getLCW(
|
||||
direction: WarningDirectionEnum,
|
||||
data: ((alertContent: String, ttsContent: String) -> Unit)
|
||||
data: ((alert: String, tts: String) -> Unit)
|
||||
) {
|
||||
when {
|
||||
direction.isLeft() -> {
|
||||
@@ -36,7 +36,7 @@ class EventTypeHelper {
|
||||
|
||||
fun getCLW(
|
||||
direction: WarningDirectionEnum,
|
||||
data: ((alertContent: String, ttsContent: String) -> Unit)
|
||||
data: ((alert: String, tts: String) -> Unit)
|
||||
){
|
||||
data.invoke(EventTypeEnum.getWarningContent(EventTypeEnum.TYPE_USECASE_ID_CLW.poiType + direction.desc)
|
||||
,EventTypeEnum.getWarningContent(EventTypeEnum.TYPE_USECASE_ID_CLW.poiType + direction.desc))
|
||||
|
||||
Reference in New Issue
Block a user