DownloadFinishedEvent
@objc(BMPDownloadFinishedEvent)
@objcMembers
public final class DownloadFinishedEvent : PlayerEvent
See BMPPlayerListener.h for more information on this event.
-
Undocumented
Declaration
Swift
public let downloadType: String
-
Undocumented
Declaration
Swift
public let url: URL
-
Undocumented
Declaration
Swift
public let lastRedirectLocation: URL?
-
Undocumented
Declaration
Swift
public let downloadTime: TimeInterval
-
Undocumented
Declaration
Swift
public let httpStatus: UInt
-
Undocumented
Declaration
Swift
public let size: UInt
-
Undocumented
Declaration
Swift
public var successful: Bool { get }
-
Undocumented
Declaration
Swift
public let wasSuccessful: Bool
-
Undocumented
Declaration
Swift
override public var name: String { get }
-
Undocumented
Declaration
Swift
public init( type: String, url: URL, downloadTime: TimeInterval, httpStatus: UInt, size: UInt, success: Bool, lastRedirectLocation: URL? )