| | |
| | | + (void)openRealNameAuthManager:(void(^)(NSError* error,WACertificationInfo * certificationInfo))block; |
| | | |
| | | |
| | | |
| | | /*! |
| | | @discussion 打开as评分弹框 |
| | | */ |
| | | + (void)openReview API_AVAILABLE(ios(10.3), macos(10.14)); |
| | | |
| | | |
| | | |
| | | /*! |
| | | @discussion 打开idfa弹框授权 |
| | | */ |
| | | + (void)openTTAAuthorizationWithCompletionHandler:(void(^)(NSError* error,NSUInteger status))block; |
| | | |
| | | /*! |
| | | @discussion 隐私协议弹框 |
| | | error 不为空时 |
| | | status -1 弹出了协议框,用户点击了拒绝 |
| | | |
| | | error 为空 |
| | | status 1 弹出了协议框,用户点击了同意 |
| | | status 2 没有弹出协议框,用户之前点击过同意,无需再弹 |
| | | */ |
| | | + (void)openPrivacyAgreementWindow:(void(^)(NSError* error,NSUInteger status))bloc; |
| | | |
| | | @end |