NetworkConfigurationBuilder

public class NetworkConfigurationBuilder : NSObject

A builder class to help initialize a NetworkConfiguration instance.

  • The user agent header that the http requests should send.

    Declaration

    Swift

    public var userAgent: String?