ContentDownloadProgressChangedEvent

@objc(BMPContentDownloadProgressChangedEvent)
public protocol ContentDownloadProgressChangedEvent : OfflineEvent

See OfflineContentManagerListener for more information on this event.

  • Current percentage progress for the download, represented as a value between 0 and 100

    Declaration

    Swift

    var progress: Double { get }