From 5ab01fe1127f842258d86690ef03ec4b1f234ead Mon Sep 17 00:00:00 2001 From: lwb <q3213421wrwqr> Date: 星期一, 04 一月 2021 16:10:25 +0800 Subject: [PATCH] 商店评价和分享Facebook --- SdkProject/library/src/main/java/com/secondworld/sdk/utils/CodeA2U.java | 50 ++++++++++++++++++++++++-------------------------- 1 files changed, 24 insertions(+), 26 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 1ff049c..60c29f1 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 { @@ -19,40 +19,38 @@ int BatteryCharging = 2; /** * 鍥炶皟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; - - + // 鑷敱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