ConnectivityManagerProtocol Protocol Reference
public protocol ConnectivityManagerProtocol : RequestInterceptor
Protocol for managing network connectivity state and monitoring.
-
Observable state indicating whether connection is assumed to be available.
Declaration
Swift
var connectionAssumedAvailable: ObservableState<Bool> { get } -
Observable state of the current network connection.
Declaration
Swift
var connection: ObservableState<NetworkConnection> { get }