Type Aliases

The following type aliases are available globally.

  • A completion handler for fetching a task using the task info fetchTask() method.

    Declaration

    Swift

    public typealias RSDTaskFetchCompletionHandler = (RSDTask?, Error?) -> Void