Protocols
The following protocols are available globally.
-
See moreNetworkAccess
provides access to the network.Declaration
Swift
public protocol NetworkAccess
-
NetworkService
provides access to remote resources.Seealso
BasicNetworkService
Seealso
NetworkServiceMock
Declaration
Swift
public protocol NetworkService
-
See moreNetworkTaskRepresenting
is a task which runs async to fetch data.Declaration
Swift
public protocol NetworkTask : AnyObject