Commit 1d143bb5 authored by jingqinglin's avatar jingqinglin

添加参数

parent 6fea5540
...@@ -34,7 +34,8 @@ typedef NS_ENUM(NSInteger, GMViewTrackerType) { ...@@ -34,7 +34,8 @@ typedef NS_ENUM(NSInteger, GMViewTrackerType) {
}; // 记录方式 }; // 记录方式
@interface GMExposureManager : NSObject @interface GMExposureManager : NSObject
/// 设置上报数据地址
@property (nonatomic, copy) NSString *uploadExposureAPI;
/** /**
* 精准曝光数据上报模式 * 精准曝光数据上报模式
* 默认为 GMExpoUploadModePage * 默认为 GMExpoUploadModePage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment