lpw
23 hours ago bdfd7f6dba1f69e912933e3397ac211be76039b4
frameworks/WASdkIntf.framework/Headers/WAIUser.h
@@ -73,6 +73,7 @@
- (void)getUserCenterNotice:(id<WAUserCenterNoticeDelegate>)delegate;
- (BOOL)isOpenUserCenter;
- (void)showUserCenterNoticeUI:(id<WAUserCenterNoticeUIDelegate>)delegate;
-(void)queryUserCertificationInfo:(void(^)(WACertificationInfo *certificationInfo,NSError *error))callBackBlock;
@@ -141,6 +142,12 @@
//删除账号授权,拿到第三方的token信息,如 signinwithapple拿到authorizationCode
-(void)deleteAccounAuthorizationWithPlatform:(NSString*)platform completeBlock:(void(^)(NSError* error,WADeleteRequestModel*deleteResult))block;
/*!
@discussion 是否可以删除账号
 */
- (BOOL)isOpenDeleteAccount;
/*!
@discussion 账号删除
 */
@@ -167,4 +174,9 @@
- (void)showConsentPreferences;
/*!
@discussion 检测是非需要弹出同意内容弹框
 */
- (void)checkConsentPreferencesWithCompletion:(void (^)(NSError *error, BOOL isShow))completionBlock;
@end