LPW
2021-11-11 3a96ff66fa50a35df4bad55fe9ee06b3139049b6
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