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

22 lines
436 B
C
Raw Normal View History

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#import "MSLogWithNameAndProperties.h"
@class MSEventProperties;
2018-12-02 22:31:00 +03:00
@class MSMetadataExtension;
@interface MSEventLog : MSLogWithNameAndProperties
/**
* Unique identifier for this event.
*/
@property(nonatomic, copy) NSString *eventId;
/**
* Event properties.
*/
2019-09-01 20:28:10 +03:00
@property(nonatomic, strong) MSEventProperties *typedProperties;
@end