Protocols

The following protocols are available globally.

LocalFileStorable

  • an object that can be represented and stored as a local file

    See more

    Declaration

    Swift

    public protocol LocalFileStorable

NetworkHandler

  • Defines a protocol to represent all the network functionality that is used to communicate with a RESTful service, the encoding/decoding strategy, the different network requests (get, post, put, delete) and the authorization method.

    See more

    Declaration

    Swift

    public protocol NetworkHandler