lpw
2022-02-15 79188b8f776565da8b5ae59826e9e08fe28630aa
frameworks/WASdkIntf.framework/Headers/WAIUser.h
@@ -93,4 +93,16 @@
*/
- (void)openReview;
/*!
@discussion 打开idfa弹框授权 status状态与 ATTrackingManagerAuthorizationStatus 一致
 */
- (void)openTTAAuthorizationWithCompletionHandler:(void(^)(NSError* error,NSUInteger status))block;
/*!
@discussion 隐私协议弹框
 */
- (void)openPrivacyAgreementWindow:(void(^)(NSError* error,NSUInteger status))block;
@end