| | |
| | | |
| | | - (void)getUserCenterNotice:(id<WAUserCenterNoticeDelegate>)delegate; |
| | | |
| | | - (BOOL)isOpenUserCenter; |
| | | - (void)showUserCenterNoticeUI:(id<WAUserCenterNoticeUIDelegate>)delegate; |
| | | |
| | | -(void)queryUserCertificationInfo:(void(^)(WACertificationInfo *certificationInfo,NSError *error))callBackBlock; |
| | |
| | | //删除账号授权,拿到第三方的token信息,如 signinwithapple拿到authorizationCode |
| | | -(void)deleteAccounAuthorizationWithPlatform:(NSString*)platform completeBlock:(void(^)(NSError* error,WADeleteRequestModel*deleteResult))block; |
| | | |
| | | |
| | | /*! |
| | | @discussion 是否可以删除账号 |
| | | */ |
| | | - (BOOL)isOpenDeleteAccount; |
| | | |
| | | /*! |
| | | @discussion 账号删除 |
| | | */ |
| | |
| | | - (void)showConsentPreferences; |
| | | |
| | | |
| | | /*! |
| | | @discussion 检测是非需要弹出同意内容弹框 |
| | | */ |
| | | - (void)checkConsentPreferencesWithCompletion:(void (^)(NSError *error, BOOL isShow))completionBlock; |
| | | |
| | | @end |