| | |
| | | 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 WAEventCall_Login_UI;//调用登录UI框 |
| | | extern NSString *const WAEventShow_Login_Window_Success ;//UI框显示成功 |
| | | extern NSString *const WAEventPrivacyClick ;//点击登录框的隐私协议 |
| | | |
| | | 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; |
| | | |
| | | |
| | | |
| | |
| | | +(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 |