lpw
23 hours ago 49b5f8ec0881daeb9c8bc62822a7e59e4e63e58d
frameworks/WASdkImpl.framework/Headers/WASdkCore.h
@@ -119,6 +119,8 @@
+ (void)showConsentPreferences;
//方法来控制同意设置按钮的显示和隐藏。如果不在生效地区(一般指欧盟),回调结果会返回false,此时应该隐藏按钮,否则返回true则需要显示
+ (void)checkConsentPreferencesWithCompletion:(void (^)(NSError *error, BOOL isShow))completionBlock;
@end
NS_ASSUME_NONNULL_END