RSDAsyncActionDelegate
public protocol RSDAsyncActionDelegate : AnyObject
RSDAsyncActionDelegate
is the delegate protocol for RSDAsyncAction
.
-
Method called when the controller fails. The delegate is responsible for handling the failure.
Declaration
Swift
func asyncAction(_ controller: RSDAsyncAction, didFailWith error: Error)