RSDAsyncActionControllerDelegate
public protocol RSDAsyncActionControllerDelegate : class
RSDAsyncActionControllerDelegate
is the delegate protocol for RSDAsyncActionController
.
-
Method called when the controller fails. The delegate is responsible for handling the failure.
Declaration
Swift
func asyncActionController(_ controller: RSDAsyncActionController, didFailWith error: Error)