| | |
| | | extern NSString* WAEventParameterNameCustomMethodPrefix;//自定义事件名称前缀 |
| | | |
| | | |
| | | extern NSString* WAEventParameterNameApplePayLogCustomPrefix;//苹果支付自定义事件名称前缀 |
| | | |
| | | |
| | | extern NSString *const WAEventLaunch; |
| | | extern NSString *const WAEventStartUp; |
| | | extern NSString *const WAEventCompleteRegistration; |
| | |
| | | extern NSString *const WAEventPostThirdPartyLogin; // 进行第三方渠道登录之后 |
| | | extern NSString *const WAEventPostWingLogin; // 进行WING平台登录之后 |
| | | |
| | | |
| | | //苹果支付事件上报打点事件名20200302 |
| | | extern NSString *const WAEventForHandTransaction; //手动消耗事件 |
| | | extern NSString *const WAEventForApplePayStateChanged; //苹果支付状态改变 |
| | | extern NSString *const WAEventForOrderCheckNoTransaction; //下单检测未消耗事件 |
| | | |
| | | |
| | | |
| | | |
| | | extern NSString *const WAEventParameterNameRegistrationMethod; |
| | | |
| | | extern NSString *const WAEventParameterNameCurrencyType; |
| | |
| | | extern NSString *const WAEventParameterNameStartTime; |
| | | extern NSString *const WAEventParameterNameNowTime; |
| | | extern NSString *const WAEventParameterNameSessionType; |
| | | extern NSString *const WAEventParameterUnAdult; |
| | | |
| | | extern NSString *const WAEventParameterNameTransactionId; |
| | | extern NSString *const WAEventParameterNamePaymentType; |
| | | extern NSString *const WAEventParameterNameCurrencyAmount; |
| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /*! |
| | | @discussion WATrackProxy 该类用来做数据收集 |
| | | - - - |
| | |
| | | +(void)autoTriggerAfterPayment:(BOOL)isAuto; |
| | | +(BOOL)getAutoTriggerAfterPayment; |
| | | +(void)checkParams:(NSDictionary*)params eventName:(NSString*)eventName; |
| | | |
| | | |
| | | /* |
| | | -2 iOS14 之前版本,无法弹出授权 |
| | | -1 没有开启idfa授权弹框 |
| | | 0 未向用户请求授权 |
| | | 1 用户在系统级别开启了限制广告追踪 |
| | | 2 用户拒绝向App授权 |
| | | 3 用户同意向App授权 |
| | | */ |
| | | +(void)openIDFAAuthorizationWithCompletionHandler:(void (^_Nullable)(int))block; |
| | | |
| | | @end |