From 28ea02d8efbc1cb1eadae017bf5f6a385e122360 Mon Sep 17 00:00:00 2001 From: lipengwei <lipengwei@nianben.com> Date: Mon, 13 Jan 2020 16:10:02 +0800 Subject: [PATCH] 1.4.0 --- frameworks/WASdkIntf.framework/Headers/WAIUser.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/frameworks/WASdkIntf.framework/Headers/WAIUser.h b/frameworks/WASdkIntf.framework/Headers/WAIUser.h index 8251fd5..839d6e7 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,10 @@ -(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; @end -- Gitblit v1.8.0