From a04e77430cf4eb1432abf61a99e3dcb745ca0f66 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期四, 21 二月 2019 11:29:25 +0800
Subject: [PATCH] update 小牛互娱 & 超级梦 SDK接入提交
---
Project/app/src/game_904100357/java/com/secondworld/univeralsdk/FreePlatformUtil.java | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Project/app/src/game_904100357/java/com/secondworld/univeralsdk/FreePlatformUtil.java b/Project/app/src/game_904100357/java/com/secondworld/univeralsdk/FreePlatformUtil.java
index 44d388f..f88c8e2 100644
--- a/Project/app/src/game_904100357/java/com/secondworld/univeralsdk/FreePlatformUtil.java
+++ b/Project/app/src/game_904100357/java/com/secondworld/univeralsdk/FreePlatformUtil.java
@@ -145,4 +145,10 @@
}
});
}
+
+ public void SendRegisterEvent()
+ {
+ Tracking.setRegisterWithAccountID(account);
+ EventUtils.setRegister("mobile",true);
+ }
}
--
Gitblit v1.8.0