bonus-material-app/nativeplugins/Mpaas-Scan/ios/APRemoteLogging.framework/Headers/AntEvent.h

25 lines
828 B
Objective-C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// AntEvent.h
// APRemoteLogging
//
// Created by LiMengtian on 2018/10/29.
// Copyright © 2018 Alipay. All rights reserved.
//
#import "ATEvent.h"
NS_ASSUME_NONNULL_BEGIN
@interface AntEvent : ATEvent
@property (nonatomic, copy) NSString *eventId; /**< 字段10事件ID 必填 */
@property (nonatomic, copy) NSString *bizType; /**< 字段11,业务类型,可用于控制日志分文件存储以及上报 必填*/
@property (nonatomic, assign) AntLogLevel logLevel; /**< 字段12,日志等级,可用于控制日志上报*/
@property (nonatomic, copy) NSDictionary *extParam4;/**< 字段37,扩展字段4,将key-value对转换成key=value^key1=value1的形式落入日志.*/
@property (nonatomic, assign) BOOL needTrackABTestInfo; /**是否记录ABTestInfo 默认NO */
@end
NS_ASSUME_NONNULL_END