MBMTracing

@interface MBMTracing : 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;

+ (void)setTracingBackendTypeForType:(MBMTracingBackendType)type;
+ (MBMTracingBackendType)getTracingBackendType;

@end

Undocumented

  • Unavailable

    Undocumented

    Declaration

    Objective-C

    - (nonnull instancetype)init NS_UNAVAILABLE;
  • Unavailable

    Undocumented

    Declaration

    Objective-C

    + (nonnull instancetype)new NS_UNAVAILABLE;
  • Undocumented

    Declaration

    Objective-C

    + (void)setTracingBackendTypeForType:(MBMTracingBackendType)type;

    Swift

    class func setTracingBackendTypeFor(_ type: TracingBackendType)
  • Undocumented

    Declaration

    Objective-C

    + (MBMTracingBackendType)getTracingBackendType;

    Swift

    class func getBackendType() -> TracingBackendType