Protocols

The following protocols are available globally.

  • NetworkAccess provides access to the network.

    See more

    Declaration

    Swift

    public protocol NetworkAccess
  • NetworkTaskRepresenting is a task which runs async to fetch data.

    See more

    Declaration

    Swift

    public protocol NetworkTask : AnyObject