// This file is generated and will be overwritten automatically. #import #import @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