[2.13.2] add func of identify aicloud data

This commit is contained in:
zhongchao
2023-01-10 16:35:00 +08:00
parent 775ec4be60
commit 98c85d9ee5
16 changed files with 346 additions and 37 deletions

View File

@@ -6,4 +6,6 @@ import mogo.telematics.pad.MessagePad
interface IMoGoIdentifyListener :IProvider{
fun getIdentifyObj(uuid: String): MessagePad.TrackedObject?
fun clearAiCloudRoma()
}