From 0dfc8c6df759f542ef6e9472430b26ceb0fea867 Mon Sep 17 00:00:00 2001
From: lpw <pengwei.li@gamehollywood.com>
Date: Tue, 10 Aug 2021 14:23:03 +0800
Subject: [PATCH] no message

---
 frameworks/WASdkIntf.framework/Headers/WAIUser.h |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/frameworks/WASdkIntf.framework/Headers/WAIUser.h b/frameworks/WASdkIntf.framework/Headers/WAIUser.h
index 8251fd5..5e909e5 100644
--- a/frameworks/WASdkIntf.framework/Headers/WAIUser.h
+++ b/frameworks/WASdkIntf.framework/Headers/WAIUser.h
@@ -41,6 +41,8 @@
 
 - (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options;
 
+- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url;
+
 -(void)loginWithResult:(WALoginResult*)result delegate:(id<WALoginDelegate>)delegate;
 -(void)loginWithResult:(WALoginResult*)result extInfo:(NSString*)extInfo delegate:(id<WALoginDelegate>)delegate;
 
@@ -49,4 +51,46 @@
 -(WALoginResult*)getCurrentLoginResult;
 
 -(void)didUserLogin:(void(^)(NSError* error,BOOL didLogin))block;
+
+- (void)getUserCenterNotice:(id<WAUserCenterNoticeDelegate>)delegate;
+
+- (void)showUserCenterNoticeUI:(id<WAUserCenterNoticeUIDelegate>)delegate;
+
+-(void)queryUserCertificationInfo:(void(^)(WACertificationInfo *certificationInfo,NSError *error))callBackBlock;
+
+//查询是否已绑定第三方账号 (国内)
+-(BOOL)isBoundPlatformAccount;
+
+/*!
+ @discussion 检测是否可以打开账号绑定、账号切换、实名认证接口
+			 如果返回NO,没有登录  canOpenRealNameAuth 已经实名
+ */
+- (BOOL)canOpenAccoutbind;
+- (BOOL)canOpenAccoutSwitch;
+- (BOOL)canOpenRealNameAuth;
+
+/*!
+@discussion 打开账户绑定界面
+*/
+- (void)openAccoutbindManager:(void(^)(NSError* error,WABindingResult  * bindResult))block;
+
+
+/*!
+@discussion 打开账户切换界面
+*/
+- (void)openAccoutSwithchManager:(void(^)(NSError* error,WALoginResult  * loginResult))block;
+
+
+/*!
+@discussion 打开实名认证界面
+*/
+- (void)openRealNameAuthManager:(void(^)(NSError* error,WACertificationInfo  * certificationInfo))block;
+
+
+
+/*!
+@discussion 打开as评分弹框
+*/
+- (void)openReview;
+
 @end

--
Gitblit v1.8.0