ecency-mobile/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSEventLog.h

18 lines
303 B
C
Raw Normal View History

#import "MSLogWithNameAndProperties.h"
@class MSEventProperties;
@interface MSEventLog : MSLogWithNameAndProperties
/**
* Unique identifier for this event.
*/
@property(nonatomic, copy) NSString *eventId;
/**
* Event properties.
*/
@property(nonatomic) MSEventProperties *typedProperties;
@end