| | |
| | | * |
| | | * @return 是否初始化成功 |
| | | */ |
| | | + (BOOL)jRMtpaIidIrHqYZX:(NSString *)appId withSDKBlock:(void (^)(YLSDKType type ,NSString *msg))sdkBlock; |
| | | + (BOOL)initSDKWithAppId:(NSString *)appId withSDKBlock:(void (^)(YLSDKType type ,NSString *msg))sdkBlock; |
| | | |
| | | /* |
| | | * wx登录相关 |
| | |
| | | * @param AppSecret 在微信开放平台获取 |
| | | * @return 是否初始化成功 |
| | | */ |
| | | + (BOOL)fSRukuDdFTfRjAAY:(NSString *)openId appSecret:(NSString *)appSecret; |
| | | + (BOOL)setupWeChatAppId:(NSString *)openId appSecret:(NSString *)appSecret; |
| | | |
| | | /* |
| | | * qq登录相关 |
| | | * @param appId 在腾讯开放平台获取 |
| | | * @return 是否初始化成功 |
| | | */ |
| | | + (void)qwYshlsvElWgpQNE:(NSString *)appId; |
| | | + (void)setupQQAppId:(NSString *)appId; |
| | | //处理应用拉起协议 |
| | | + (BOOL)BnYRCftcUyqYcivD:(NSURL *)url; |
| | | + (BOOL)HandleOpenURL:(NSURL *)url; |
| | | |
| | | /** |
| | | * 弹出登录界面 |
| | |
| | | * @param parentController 容器页面(登录页面将通过该控制器弹出) |
| | | * @param rememberAccount 是否记住用户账号 |
| | | */ |
| | | + (void)fIEZFsLzwUmNVQEP:(UIViewController *)parentController; |
| | | + (void)presentLoginDialog:(UIViewController *)parentController; |
| | | |
| | | /** |
| | | * 退出当前登录的账号 |
| | | */ |
| | | + (void)JBVahdDljQnVWBnc; |
| | | + (void)logout; |
| | | |
| | | |
| | | + (void)ddQkCMJtKfdlREoa:(void (^)(BOOL isCanPay, NSString * msg))result; |
| | | + (void)isCanPay:(void (^)(BOOL isCanPay, NSString * msg))result; |
| | | |
| | | /** |
| | | * 弹出实名认证界面 |
| | |
| | | * @param parentController 容器页面(实名认证页面将通过该控制器弹出) |
| | | */ |
| | | |
| | | + (void)WkBEMqMbhBhLDMip:(UIViewController *)parentController; |
| | | + (void)showRealNameAuthentication:(UIViewController *)parentController; |
| | | |
| | | /** |
| | | *支付 |
| | | */ |
| | | +(void)BAuCKAXtAvUtFzRw:(YLOrder *)order; |
| | | +(void)pay:(YLOrder *)order; |
| | | |
| | | @end |
| | | |
| | |
| | | /** |
| | | * 玩家取消登录 |
| | | */ |
| | | extern NSString * const ZVmpXUhAnuxlZlmM; |
| | | extern NSString * const YLUserDidCancelLoginNotification; |
| | | |
| | | /** |
| | | * 玩家登录成功 |
| | | */ |
| | | extern NSString * const ERuMhrZnXeEtrAct; |
| | | extern NSString * const YLUserDidLoginNotification; |
| | | |
| | | /** |
| | | * 玩家注册成功 |