Class
DownloadResponse
@objc(FSNetworkDownloadResponse)
public class DownloadResponse: NSObject
This object represents a network download response.
Relationships
Conforms To
NSObject
Properties
temporaryURL
@objc public let temporaryURL: URL?
The temporary destination URL of the data returned from the server.
destinationURL
@objc public let destinationURL: URL?
The final destination URL of the data returned from the server if it was moved.