Back to Alamofire

AlamofireExtended

docs/Protocols/AlamofireExtended.html

5.12.01.0 KB
Original Source

AlamofireExtended

public protocol AlamofireExtended

Protocol describing the af extension points for Alamofire extended types.

`

                ExtendedType
                `

Type being extended.

Declaration

Swift

associatedtype ExtendedType

`

                af
                `

Static Alamofire extension point.

Declaration

Swift

static var af: AlamofireExtension<ExtendedType>.Type { get set }

`

                af
                `

Instance Alamofire extension point.

Declaration

Swift

var af: AlamofireExtension<ExtendedType> { get set }

`

                af
                ` Extension method 

Static Alamofire extension point.

Declaration

Swift

public static var af: AlamofireExtension<Self>.Type { get set }

`

                af
                ` Extension method 

Instance Alamofire extension point.

Declaration

Swift

public var af: AlamofireExtension<Self> { get set }