public void GetRank(int type)
* 获取玩家排名
* type: 榜单类型 0: 世界, 1: 好友
public void ShowInviteFriend(int code, string info)
* 弹出邀请好友列表
* code: 0: 好友 1: 我关注的 2: 我粉丝
* info: 附加的邀请信息
static void OnGameEndResponseInner(int code, string json)
* 结果页上传运动信息并返回消耗等信息
* json结构: {'consume':0,'equivalent':0,'unit':'步'}
public void OnBackPressed()