...
|
...
|
@@ -132,6 +132,7 @@ typedef NS_ENUM(NSInteger, YHEventReportPointName) { |
|
|
YHPN_NETWORK_IMAGE_TIMEOUT,//图片网络事件-网络超时
|
|
|
YHPN_NETWORK_IMAGE_CODE_ERR,//图片网络事件-有错误码返回的错误
|
|
|
YHPH_MEMORY,//内存使用状态
|
|
|
YHPN_AD_UNION,//联盟激活事件
|
|
|
};
|
|
|
|
|
|
typedef NS_ENUM(NSInteger, YHEventReportType) {
|
...
|
...
|
@@ -157,6 +158,7 @@ typedef NS_ENUM(NSInteger, YHPointType) { |
|
|
YHPT_LIFECYCLE,
|
|
|
YHPT_BUSINESS,
|
|
|
YHPT_PERFORMANCE,
|
|
|
YHPT_AD
|
|
|
};
|
|
|
|
|
|
#define YHEventReportDebugModeEnableKey @"YHEventReportDebugModeEnableKey"
|
...
|
...
|
|