From 2eba1bfa52268d9ef843558c5b3ef742d8913b2b Mon Sep 17 00:00:00 2001
From: liuxue <q3213421wrwqr>
Date: 星期五, 07 五月 2021 19:39:55 +0800
Subject: [PATCH] 8918 【BTZF】9917平台接入专服增加快手SDK 修正9
---
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