| | |
| | | extern NSString* WAEventParameterNameCustomMethodPrefix;//自定义事件名称前缀 |
| | | |
| | | |
| | | extern NSString* WAEventParameterNameApplePayLogCustomPrefix;//苹果支付自定义事件名称前缀 |
| | | |
| | | |
| | | extern NSString *const WAEventLaunch; |
| | | extern NSString *const WAEventStartUp; |
| | | extern NSString *const WAEventCompleteRegistration; |
| | |
| | | extern NSString *const WAEventInitiatedPlatformLogin; // 进行登录之前 |
| | | 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 WAEventParameterNameOS;//系统 |
| | | extern NSString *const WAEventParameterNameResolution;//分辨率 |
| | | |
| | | |
| | | extern NSString *const WAEventParameterNameLoginPlatform ; |
| | | extern NSString *const WAEventParameterNamePuserId ; |
| | | |
| | | |
| | | extern NSString *const WAEventParameterNameOsign; |
| | |
| | | |
| | | // 获取登录方式之后 |
| | | extern NSString *const WAEventParameterNameLoginWayCount; // 登录方式个数 |
| | | extern NSString *const WAEventShowLoginWindow; //打开登录框 |
| | | extern NSString *const WAEventOpenGameReview; //游戏评分点击选项 |
| | | |
| | | extern NSString *const WAEventCMPResult; //cmp 弹框结果 |
| | | |
| | | |
| | | // 进行登录之前、进行第三方渠道登录之后、进行WING平台登录之后 |
| | | extern NSString *const WAEventParameterNamePlatformName; // 登录渠道名称 |
| | |
| | | extern NSString *const WAValueForPaymentTypeApple; |
| | | extern NSString *const WAValueForPaymentTypeGoogle; |
| | | extern NSString *const WAValueForPaymentTypeFree; |
| | | extern NSString *const WAValueForPaymentTypeH5Platform; |
| | | |
| | | |
| | | |
| | | |
| | | |