Protocols
The following protocols are available globally.
-
MNFAuthenticationProtocol is implemented by an authentication provider.
See moreDeclaration
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 moreDeclaration
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 moreDeclaration
Objective-C
@protocol MNFJobDelegate <NSObject>
Swift
protocol MNFJobDelegate : NSObjectProtocol