lipengwei
2020-04-09 b11815c559e71a6e69d16f07a27592fbed67bc9f
frameworks/WASdkIntf.framework/Headers/WAUserProxy.h
@@ -13,6 +13,7 @@
#import "WAAccount.h"
#import "WAUserCenterResult.h"
#import "WAAppUser.h"
#import "WACertificationInfo.h"
/*!
 @discussion 登录协议
 - - -
@@ -92,6 +93,9 @@
-(void)loginViewDidCancel:(WALoginResult*)result;
@end
/*!
 @discussion 账号管理界面协议
 - - -
@@ -109,6 +113,12 @@
 @param result 切换账户的账户信息
 */
-(void)switchAcctDidCompleteWithResult:(WALoginResult*)result;
/*!
@abstract 绑定账号回调接口
@param bindResult 绑定账号信息
*/
-(void)bindAccountDidCompleteWithResult:(WABindingResult*)bindResult;
@end
/*!
@@ -226,6 +236,17 @@
 */
+(void)openAccountManager:(id<WAAcctManagerDelegate>)delegate;
/*!
@abstract 调用此方法打开账户管理界面
@param delegate 委托
*/
+(void)openAccountCenter:(id<WAAcctManagerDelegate>)delegate;
+(BOOL)isBoundPlatformAccount;
/*!
 @abstract 获取账户信息
 @param platform 平台
@@ -295,4 +316,7 @@
 @discussion (tip:CP无需关注)获取用户模块组件
 */
+(NSArray*)getUserComponents;
+(void)queryUserCertificationInfo:(void(^)(WACertificationInfo *certificationInfo,NSError *error))callBackBlock;
@end