Commit d67a9dd6 authored by jz's avatar jz

add params

parent 12651d9d
......@@ -6,6 +6,8 @@
// Copyright © 2019 更美互动信息科技有限公司. All rights reserved.
//
typedef NS_ENUM(NSInteger, GMViewExpoStatus) {
GMViewExpoStatusNone = 0,// 无状态
GMViewExpoStatusStart = 1,// 开始曝光
......@@ -14,7 +16,7 @@ typedef NS_ENUM(NSInteger, GMViewExpoStatus) {
};
@protocol GMViewExposureProtocol <NSObject>
@property (nonatomic, weak) UIViewController *pageCtrl;// 当前view所在页面
@property (nonatomic, weak) UIViewController *pageCtrl;// 当前viewz所在页面
/** view别名 */
@property (nonatomic, copy) NSString *viewName;
/** view别名 */
......@@ -34,6 +36,11 @@ typedef NS_ENUM(NSInteger, GMViewExpoStatus) {
@protocol GMPageExposureProtocol <NSObject>
/**
* 是否获取到数据立即发送,YES的话不会进行去重逻辑,需要数据去重
*/
@property (nonatomic, assign) BOOL needImmediatelySend;
@property (nonatomic, assign) BOOL needExpo;// 页面需要精准曝光
/** 记录上滑总次数 */
......
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