lpw
2022-03-14 75be83a27d89e0f32b8e31d52a5f8e2e682281f7
frameworks/WASdkIntf.framework/Headers/WAIUser.h
@@ -88,4 +88,21 @@
/*!
@discussion 打开as评分弹框
*/
- (void)openReview;
/*!
@discussion 打开idfa弹框授权 status状态与 ATTrackingManagerAuthorizationStatus 一致
 */
- (void)openTTAAuthorizationWithCompletionHandler:(void(^)(NSError* error,NSUInteger status))block;
/*!
@discussion 隐私协议弹框
 */
- (void)openPrivacyAgreementWindow:(void(^)(NSError* error,NSUInteger status))block;
@end