[2.13.0-arch-opt]analytics move to foundation

This commit is contained in:
zhongchao
2023-02-20 19:10:11 +08:00
parent 6d2deb6582
commit 312744e4ee
14 changed files with 46 additions and 97 deletions

View File

@@ -200,5 +200,5 @@ interface IMoGoMediaFacade {
interface IMoGoAnalyticsFacade {
fun track(eventType: String, data: Map<String, Any>? = hashMapOf())
fun track(eventType: String, data: MutableMap<String, Any> = hashMapOf())
}