Channel/IOS/sohagame/Plugins/The2thWorldSDK/UniversalSDK.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Channel/IOS/sohagame/Plugins/The2thWorldSDK/UniversalSDK.mm | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Channel/IOS/sohagame/Plugins/The2thWorldSDK/UniversalSDK.h
@@ -59,7 +59,9 @@ #define U2S_GoToReview 113 #define U2S_ShowAccountView 114 #define U2S_CompleteTutorial 115 #define U2S_CloseVote 116 #define U2S_DelAccount 117 #define U2S_OpenDashboard 118 #define U2S_JPushAddLocalMessage 200 #define U2S_JPushRemoveLocalMessage 201 #define U2S_MakeKeyAndVisible 300 Channel/IOS/sohagame/Plugins/The2thWorldSDK/UniversalSDK.mm
@@ -468,6 +468,21 @@ case U2S_DelAccount: [Soha deleteAccount]; break; case U2S_GoToReview: { [Soha sendEventWithName:SohaSDKOpenVote]; break; } case U2S_CloseVote: { [Soha sendEventWithName:SohaSDKCloseVote]; break; } case U2S_OpenDashboard: { [Soha sohaDashboard]; break; } } }