NetworkOperationDelegate
public protocol NetworkOperationDelegate : AnyObject
Undocumented
-
Undocumented
Declaration
Swift
func networkOperation(_ operation: NetworkOperation, didFinishWithData data: Data?, urlResponse: HTTPURLResponse?) -
Undocumented
Declaration
Swift
func networkOperation(_ operation: NetworkOperation, didFailWith error: Error)
NetworkOperationDelegate Protocol Reference