MBXTelemetryUtils_Internal.h 776 B

123456789101112131415161718192021
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. #import <MapboxCommon/MBXTelemetryUtilsResponseCallback_Internal.h>
  4. NS_SWIFT_NAME(TelemetryUtils)
  5. __attribute__((visibility ("default")))
  6. @interface MBXTelemetryUtils : NSObject
  7. // This class provides custom init which should be called
  8. - (nonnull instancetype)init NS_UNAVAILABLE;
  9. // This class provides custom init which should be called
  10. + (nonnull instancetype)new NS_UNAVAILABLE;
  11. + (void)setEventsCollectionStateForEnableCollection:(BOOL)enableCollection
  12. callback:(nullable MBXTelemetryUtilsResponseCallback)callback;
  13. + (BOOL)getEventsCollectionState;
  14. + (nonnull NSString *)getUserID __attribute((ns_returns_retained));
  15. @end