From aa908e55497929fb57282e97bb7dae71630d16e1 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期二, 26 十二月 2023 21:06:36 +0800 Subject: [PATCH] 10074 新增渠道-绝峰 --- SdkProject/library/src/main/java/com/secondworld/sdk/utils/CodeA2U.java | 45 +++++++++++++++++++++++++-------------------- 1 files changed, 25 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..197e608 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,42 @@ /** * 鍥炶皟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; + int OrderInfoCallBack = 114; } -- Gitblit v1.8.0