Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

AFDownloadResponse

mattt edited this page Sep 18, 2020 · 2 revisions

AFDownloadResponse

Default type of DownloadResponse returned by Alamofire, with an AFError Failure type.

public typealias AFDownloadResponse<Success> = DownloadResponse<Success, AFError>
Types
Protocols
Global Typealiases
Clone this wiki locally