DownloadFinishedEvent
@objc(BMPDownloadFinishedEvent)
@objcMembers
public class DownloadFinishedEvent : NSObject, SourceEventSee SourceListener for more information on this event.
- 
                  
                  DeclarationSwift public let name: String
- 
                  
                  DeclarationSwift public let timestamp: TimeInterval
- 
                  
                  DeclarationSwift public let requestType: HttpRequestType
- 
                  
                  DeclarationSwift public var downloadType: String { get }
- 
                  
                  DeclarationSwift public let url: URL
- 
                  
                  DeclarationSwift public let lastRedirectLocation: URL?
- 
                  
                  DeclarationSwift public let downloadTime: TimeInterval
- 
                  
                  DeclarationSwift public let httpStatus: UInt
- 
                  
                  DeclarationSwift public let size: UInt
- 
                  
                  DeclarationSwift public var successful: Bool { get }
- 
                  
                  DeclarationSwift public let wasSuccessful: Bool
- 
                  
                  DeclarationSwift public convenience init( requestType: HttpRequestType, url: URL, downloadTime: TimeInterval, httpStatus: UInt, size: UInt, success: Bool, lastRedirectLocation: URL? )
 DownloadFinishedEvent Class Reference
      DownloadFinishedEvent Class Reference