From a31b7232f7097eaf441706894829279f245552ca Mon Sep 17 00:00:00 2001 From: lipengwei <lipengwei@nianben.com> Date: Thu, 07 May 2020 12:48:19 +0800 Subject: [PATCH] 2.1.0 --- frameworks/WASdkImpl.framework/Headers/WASdkAccountBinding.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkAccountBinding.h b/frameworks/WASdkImpl.framework/Headers/WASdkAccountBinding.h index a68fdec..b0303e5 100644 --- a/frameworks/WASdkImpl.framework/Headers/WASdkAccountBinding.h +++ b/frameworks/WASdkImpl.framework/Headers/WASdkAccountBinding.h @@ -22,4 +22,10 @@ +(void)queryBindedAccountWithCompleteBlock:(void(^)(NSError* error,NSArray* accounts))block; +(void)unBindAccount:(WAAccount*)account block:(void(^)(NSError* error))block; +(void)unBindAccount:(NSString*)platform userId:(NSString*)pUserId block:(void(^)(NSError* error))block; + + ++(void)bindingCNAccountWithPlatform:(NSString *)platform bindingResult:(WABindingResult*)bindingResult extInfo:(NSString *)extInfo delegate:(id<WAAccountBindingDelegate>)delegate; + +//查询国内sdk绑定列表 ++(void)queryCNBindedThirdPartyAccountWithCompleteBlock:(void(^)(NSError* error,NSArray<WAAccount *>* accounts))block; @end -- Gitblit v1.8.0