From 7e2df20ccc7cdfb528d309369460a4f3d66afdf1 Mon Sep 17 00:00:00 2001 From: liuxue <q3213421wrwqr> Date: 星期四, 29 七月 2021 17:51:09 +0800 Subject: [PATCH] 0000 增加bt3 quick android 和 ios 的 SDK --- SdkProject/library/src/main/java/com/secondworld/sdk/utils/CodeA2U.java | 44 ++++++++++++++++++++++++-------------------- 1 files changed, 24 insertions(+), 20 deletions(-) diff --git a/SdkProject/library/src/main/java/com/secondworld/sdk/utils/CodeA2U.java b/SdkProject/library/src/main/java/com/secondworld/sdk/utils/CodeA2U.java index 6720b71..bebb6ab 100644 --- a/SdkProject/library/src/main/java/com/secondworld/sdk/utils/CodeA2U.java +++ b/SdkProject/library/src/main/java/com/secondworld/sdk/utils/CodeA2U.java @@ -1,7 +1,7 @@ package com.secondworld.sdk.utils; /** - * Created by Administrator on 2018/7/18 0018. + * Android 璋冪敤unity */ public interface CodeA2U { @@ -20,37 +20,41 @@ /** * 鍥炶皟sdk閫昏緫瀹屾瘯 */ - int SdkInitComplete = 90; + int SdkInitComplete = 3; /** * 鍥炶皟android璁惧淇℃伅 */ - int DeviceInfo = 3; + int DeviceInfo = 4; /** * 鍥炶皟鎺ㄩ�佺殑鐙珛id */ - int PushClientID = 4; + int PushClientID = 5; /** * 鍥炶皟澶栭儴瀛樺偍鏍圭洰褰曞湴鍧� */ - int ExternalStorage = 5; + int ExternalStorage = 6; /** * 瑙﹀彂浜嗛��鍑烘父鎴忛�昏緫, 鎵撳紑浜屾纭鐣岄潰 */ - int ExitGame = 6; - + int ExitGame = 7; /** - * 姣忎釜娓犻亾sdk鍥炶皟鐩稿叧 + * 鏉冮檺鐢宠缁撴灉 */ - public static final int PlatformInitOk = 10; - public static final int PlatformInitFail = 11; - public static final int PlatformLoginOk = 12; - public static final int PlatformLoginFail = 13; - public static final int PlatformLoginCancel = 14; - public static final int PlatformLogoutOk = 15; - public static final int PlatformLogoutFail = 16; - public static final int PlatformSwitchAccountOk = 17; - public static final int PlatformPayOk = 18; - public static final int PlatformPayFail = 19; - public static final int PlatformPayCancel = 20; - public static final int PlatformRegisterOk = 21; + int PermissionCallBack = 8; + + // 鑷敱sdk_code + int PlatformInitOk = 100; + int PlatformInitFail = 101; + int PlatformLoginOk = 102; + int PlatformLoginFail = 103; + int PlatformLoginCancel = 104; + int PlatformLogoutOk = 105; + int PlatformLogoutFail = 106; + int PlatformSwitchAccountOk = 107; + int PlatformPayOk = 108; + int PlatformPayFail = 109; + int PlatformPayCancel = 110; + int PlatformRegisterOk = 111; + int ShareState = 112; + int ReviewState = 113; } -- Gitblit v1.8.0