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