Protocols
The following protocols are available globally.
-
See moreNetworkAccessprovides access to the network.Declaration
Swift
public protocol NetworkAccess
-
NetworkServiceprovides access to remote resources.Seealso
BasicNetworkServiceSee moreSeealso
NetworkServiceMockDeclaration
Swift
public protocol NetworkService
-
See moreNetworkTaskRepresentingis a task which runs async to fetch data.Declaration
Swift
public protocol NetworkTask : AnyObject
View on GitHub
Protocols Reference