lpw
19 hours ago bdfd7f6dba1f69e912933e3397ac211be76039b4
frameworks/WASdkIntf.framework/Headers/WAUserProxy.h
@@ -273,6 +273,11 @@
//+(NSString*)transferWithPlatform:(NSString *const)platform;
/*!
 @abstract 是否可以打开用户中心
 */
+ (BOOL)isOpenUserCenter;
+ (void)getUserCenterNotice:(id<WAUserCenterNoticeDelegate>)delegate;
+ (void)showUserCenterNoticeUI:(id<WAUserCenterNoticeUIDelegate>)delegate;
@@ -429,6 +434,13 @@
+ (void)deleteAccounAuthorizationWithPlatform:(NSString*)platform completeBlock:(void(^)(NSError* error,WADeleteRequestModel*deleteResult))block;
/*!
@discussion 是否可以删除账号
 */
+ (BOOL)isOpenDeleteAccount;
/*!
@discussion 账号删除接口
 */
@@ -460,6 +472,13 @@
/*!
@discussion 弹出cmp修改同意内容弹框
 */
+ (void)showConsentPreferences;;
+ (void)showConsentPreferences;
/*!
@discussion 方法来控制同意设置按钮的显示和隐藏。如果不在生效地区(一般指欧盟),回调结果会返回false,此时应该隐藏按钮,否则返回true则需要显示
 */
+ (void)checkConsentPreferencesWithCompletion:(void (^)(NSError *error, BOOL isShow))completionBlock;
@end