Showing
4 changed files
with
8 additions
and
0 deletions
... | @@ -48,3 +48,6 @@ | ... | @@ -48,3 +48,6 @@ |
48 | - 2020-09-18 | 48 | - 2020-09-18 |
49 | - 增加applicationStart启动接口,增加扩展接口接入文档,增加扩展接口code常量 | 49 | - 增加applicationStart启动接口,增加扩展接口接入文档,增加扩展接口code常量 |
50 | - 直接替换PoolSdk_V2_xxxx.jar | 50 | - 直接替换PoolSdk_V2_xxxx.jar |
51 | +- 2020-10-27 | ||
52 | + - 增加六种场景接口上报类型 4=选择服务器,5=退出服务器,6=改名,7=选角,8=关卡开始,9=关卡结束 | ||
53 | + - 每种场景上报类型增加七个参数 战力,工会id,职业id,职业名称,关卡id,关卡名,角色转生等级 | ... | ... |
No preview for this file type
... | @@ -420,6 +420,11 @@ public class AppActivity extends Activity implements OnClickListener { | ... | @@ -420,6 +420,11 @@ public class AppActivity extends Activity implements OnClickListener { |
420 | } | 420 | } |
421 | 421 | ||
422 | @Override | 422 | @Override |
423 | + public void onResult(String s) { | ||
424 | + | ||
425 | + } | ||
426 | + | ||
427 | + | ||
423 | public void onResutl(String result) { | 428 | public void onResutl(String result) { |
424 | PoolSdkLog.logError("游戏获取实名结果:"+result); | 429 | PoolSdkLog.logError("游戏获取实名结果:"+result); |
425 | } | 430 | } | ... | ... |
libs/PoolSdk_V2_1027.jar
0 → 100644
No preview for this file type
-
Please register or login to post a comment