From 09e73ac42fe2feb7925d954fed88a2eaa57697f7 Mon Sep 17 00:00:00 2001 From: lpw Date: Wed, 12 Jun 2024 17:08:18 +0800 Subject: [PATCH] 提交2.9.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