NetworkUtilities
public final class NetworkUtilities
Groups the networking utilities for a given Tealium instance onto a single object.
-
Helper for standard, uncompressed network operations.
Declaration
Swift
public let networkHelper: NetworkHelperProtocol -
The network client for sending requests — the entry point for custom (e.g. gzipped) requests built with a
RequestBuilderor aURLRequest.Declaration
Swift
public let networkClient: NetworkClient -
Underlying connectivity manager. Also exposes the empirical-connectivity layer used internally by barriers and the retry interceptor.
Declaration
Swift
public let connectivityManager: ConnectivityManagerProtocol
View on GitHub