USDK国内接入文档


注销游戏

<h3>1、注销游戏</h3> <p><code>注意:此方法由接入方客户端自行调用</code></p> <h4>1.1、简要描述</h4> <ul> <li> <p>退出游戏重新显示登录页面</p> <h4>1.2、登出代码描述</h4> <p><code>注意:此方法为必须实现</code> [[JHAggregationInit sharedJHAggregation]loginOutGame];</p> <h4>1.3、登出成功回调代码描述</h4> <p><code>注意:此方法为代理方法可选实现</code></p> <ul> <li>(void) loginOutSuceend:(NSDictionary *)dict{ NSLog(@&quot;登出回调成功!&quot;); }</li> </ul> <h4>1.4、登出失败回调代码描述</h4> <p><code>注意:此方法为代理方法可选实现</code></p> <ul> <li>(void) loginOutFailed:(NSDictionary *)dict{ NSLog(@&quot;登出失败回调!&quot;); }</li> </ul> <p><strong>备注</strong> </p> </li> <li>此接口由接入方调用 详细使用方法请参考 demo内使用</li> </ul>

页面列表

ITEM_HTML