| 123456789101112131415161718192021 |
- // This file is generated and will be overwritten automatically.
- #import <Foundation/Foundation.h>
- #import <MapboxCommon/MBXFlushOperationResultCallback_Internal.h>
- @class MBXEventsServerOptions;
- NS_SWIFT_NAME(TelemetryService)
- __attribute__((visibility ("default")))
- @interface MBXTelemetryService : NSObject
- // This class provides custom init which should be called
- - (nonnull instancetype)init NS_UNAVAILABLE;
- // This class provides custom init which should be called
- + (nonnull instancetype)new NS_UNAVAILABLE;
- + (nonnull MBXTelemetryService *)getOrCreateForOptions:(nonnull MBXEventsServerOptions *)options __attribute((ns_returns_retained));
- - (void)flushForCallback:(nullable MBXFlushOperationResultCallback)callback;
- @end
|