| | |
| | | #import <Foundation/Foundation.h> |
| | | |
| | | #import <FBSDKCoreKit/FBSDKAppEventName.h> |
| | | #import <FBSDKCoreKit/FBSDKAppEventParameterName.h> |
| | | |
| | | NS_ASSUME_NONNULL_BEGIN |
| | | |
| | |
| | | NS_SWIFT_NAME(FBButtonImpressionLogging) |
| | | @protocol FBSDKButtonImpressionLogging <NSObject> |
| | | |
| | | @property (nullable, nonatomic, readonly, copy) NSDictionary<NSString *, id> *analyticsParameters; |
| | | @property (nullable, nonatomic, readonly, copy) NSDictionary<FBSDKAppEventParameterName, id> *analyticsParameters; |
| | | @property (nonatomic, readonly, copy) FBSDKAppEventName impressionTrackingEventName; |
| | | @property (nonatomic, readonly, copy) NSString *impressionTrackingIdentifier; |
| | | |