summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLMetricsManager_Private.h
blob: 4a327109259e39f5267633d21b2e1d8f2c2cbe89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#import "MGLMetricsManager.h"

NS_ASSUME_NONNULL_BEGIN

extern NSString *const kMGLPerformanceMetric;

@interface MGLMetricsManager (Private)

- (void)handleMetricEvent:(MGLMetricType)metricType withAttributes:(NSDictionary *)attributes;

@end

NS_ASSUME_NONNULL_END