MBXTelemetryService_Internal.h 737 B

123456789101112131415161718192021
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. #import <MapboxCommon/MBXFlushOperationResultCallback_Internal.h>
  4. @class MBXEventsServerOptions;
  5. NS_SWIFT_NAME(TelemetryService)
  6. __attribute__((visibility ("default")))
  7. @interface MBXTelemetryService : NSObject
  8. // This class provides custom init which should be called
  9. - (nonnull instancetype)init NS_UNAVAILABLE;
  10. // This class provides custom init which should be called
  11. + (nonnull instancetype)new NS_UNAVAILABLE;
  12. + (nonnull MBXTelemetryService *)getOrCreateForOptions:(nonnull MBXEventsServerOptions *)options __attribute((ns_returns_retained));
  13. - (void)flushForCallback:(nullable MBXFlushOperationResultCallback)callback;
  14. @end