From 43421dbe42aca67918b0109d6ea3aa67a818b9d8 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 09 十月 2018 10:59:55 +0800
Subject: [PATCH] update 极速sdk相关
---
Project/app/src/game_822055139/java/com/secondworld/univeralsdk/H2EngineSDK.java | 19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/Project/app/src/game_822055139/java/com/secondworld/univeralsdk/H2EngineSDK.java b/Project/app/src/game_822055139/java/com/secondworld/univeralsdk/H2EngineSDK.java
index a021aca..0b9640e 100644
--- a/Project/app/src/game_822055139/java/com/secondworld/univeralsdk/H2EngineSDK.java
+++ b/Project/app/src/game_822055139/java/com/secondworld/univeralsdk/H2EngineSDK.java
@@ -99,6 +99,7 @@
_json.getString("orderId"),
(float) _json.getDouble("mount"),
_json.getString("cpInfo"));
+ FreePlatformUtil.getInstace().payProcessing = true;
break;
case CodeU2A.PayFinished:
Tracking.setPayment(_json.getString("orderID"),
@@ -116,6 +117,9 @@
_json.getString("moneyType"),
true,
_money);
+
+ FreePlatformUtil.getInstace().payProcessing = false;
+
break;
case CodeU2A.ClientPackage:
// 鍒濆鍖栫儹浜�
@@ -300,9 +304,6 @@
// ------------------------------- 鑷敱SDK -------------------------------
FreePlatformUtil.getInstace().init(activity);
-
- // ------------------------------- 鐚�砈DK -------------------------------
- FreePlatformUtil.getInstace().init(activity);
// ------------------------------- 鏋佸厜鎺ㄩ�� -------------------------------
JPushInterface.setDebugMode(true);
JPushInterface.init(activity);
@@ -355,6 +356,10 @@
FreePlatform.getInstance().onCreate();
}
+ public static void onWindowFocusChanged(boolean b)
+ {
+ }
+
public static void onNewIntent(final Activity activity, final Intent intent)
{
}
@@ -387,6 +392,14 @@
{
FreePlatform.getInstance().onResume();
TeaAgent.onResume(activity);
+
+ if(FreePlatformUtil.getInstace().payProcessing)
+ {
+ Map<String, Object> _msgStruct = new HashMap<>();
+ _msgStruct.put("code", CodeA2U.FreePlatformPayCancel);
+ UniversalUtil.sendMessageToUnity(_msgStruct);
+ FreePlatformUtil.getInstace().payProcessing = false;
+ }
}
public static void onStop(final Activity activity)
--
Gitblit v1.8.0