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

49 lines
771 B
C
Raw Normal View History

2024-12-20 09:23:59 +08:00
//
// ATBehaviorLogger.h
// ATrack
//
// Created by 卡迩 on 2018/5/3.
// Copyright © 2018年 Alipay. All rights reserved.
//
#import "ATLogger.h"
#import "AntBehavior.h"
/**
* Logger
*/
@interface ATBehaviorLogger : ATLogger
/**
*
* @param b @see \c AntBehavior
*/
- (void)click:(AntBehavior *)b;
/**
*
* @param b @see \c AntBehavior
*/
- (void)exposure:(AntBehavior *)b;
/**
*
* @param b @see \c AntBehavior
*/
- (void)event:(AntBehavior *)b;
@end
#ifdef __cplusplus
extern "C" {
#endif
/**
* Logger实例
*/
ATBehaviorLogger * ATBehaviorLoggerGet();
#ifdef __cplusplus
}
#endif