Protocols

The following protocols are available globally.

  • MNFAuthenticationProtocol is implemented by an authentication provider.

    See more

    Declaration

    Objective-C

    @protocol MNFAuthenticationProviderProtocol <NSObject>

    Swift

    protocol MNFAuthenticationProviderProtocol : NSObjectProtocol
  • A delegate objects can conform to if they want to customize the serialization/deserialization process using delegation.

    See more

    Declaration

    Objective-C

    @protocol MNFJsonAdapterDelegate <NSObject>

    Swift

    protocol MNFJsonAdapterDelegate : NSObjectProtocol
  • A protocol for a job that can be used to access the jobs completion with a delegate.

    See more

    Declaration

    Objective-C

    @protocol MNFJobDelegate <NSObject>

    Swift

    protocol MNFJobDelegate : NSObjectProtocol