MBXHttpServiceFactory


@interface MBXHttpServiceFactory : NSObject

HTTP service factory.

This class is used to get a pointer/reference to HTTP service platform implementation. In order to set a custom implementation, the client must call setUserDefined() method once before any actual HTTP service is required.

  • This method allows to set user defined HTTP service.

    Declaration

    Objective-C

    + (void)setUserDefinedForCustom:(nonnull id<MBXHttpServiceInterface>)custom;