From db2381b00bf7c8d9efeda6c90d729e0a0828c175 Mon Sep 17 00:00:00 2001 From: lpw Date: Fri, 28 Jun 2024 15:50:25 +0800 Subject: [PATCH] 提交4.1.0 --- frameworks/WASdkImpl.framework/Headers/WASdkLoginSingleton.h | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkLoginSingleton.h b/frameworks/WASdkImpl.framework/Headers/WASdkLoginSingleton.h index ff4bd65..2c576cb 100644 --- a/frameworks/WASdkImpl.framework/Headers/WASdkLoginSingleton.h +++ b/frameworks/WASdkImpl.framework/Headers/WASdkLoginSingleton.h @@ -19,8 +19,6 @@ -(void)setCurrentLoginResult:(WALoginResult*)loginResult; //获取当前登录结果 +(WALoginResult*)getCurrentLoginResult; -//设置当前登录是否为绑定登录 -//+(void)setIsBindingLogin:(BOOL)isBinding; //弹出登录界面 +(void)login:(id<WALoginViewDelegate>)delegate cacheEnabled:(BOOL)cacheEnabled; @@ -29,4 +27,9 @@ //设置当前平台 +(void)setCurrentLoginPlatform:(NSString *)platform; +(NSString*)getCurrentLoginPlatform; + +// 针对wa登录(邮箱和手机登录) +-(void)loginPlatform:(NSString*)platform WithExtInfo:(NSString *)extInfo delegate:(id<WALoginDelegate>)delegate; + +@property(nonatomic)BOOL switchWaLogin; //如果是切换wa账号,需要处理UI @end -- Gitblit v1.8.0