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

AFDataResponse

mattt edited this page Sep 18, 2020 · 2 revisions

AFDataResponse

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

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