Type Aliases
The following type aliases are available globally.
-
The completion handler for starting and stopping an async action.
Declaration
Swift
public typealias RSDAsyncActionCompletionHandler = (RSDAsyncAction, RSDResult?, Error?) -> Void
-
A completion handler for fetching a task using the task info
fetchTask()
method.Declaration
Swift
public typealias RSDTaskFetchCompletionHandler = (RSDTask?, Error?) -> Void