NetworkConfiguration
@objc(THEOplayerNetworkConfiguration)
public class NetworkConfiguration : NSObject, Codable
Represents a network configuration.
- Remark: Use `NetworkConfigurationBuilder` to initialize an instance.
-
The user agent header that the http requests should send.
Declaration
Swift
public let userAgent: String?