DownloadUpdateInfo

@objcMembers
public class DownloadUpdateInfo : NSObject

Information about current asset downloading state

  • Downloading state

    Declaration

    Swift

    public var state: AssetDownloadState
  • Error during downloading

    Declaration

    Swift

    public var error: Error?
  • Asset ID

    Declaration

    Swift

    public var assetId: String
  • Downloading progress

    Declaration

    Swift

    public var progress: Double
  • License expiration date

    Declaration

    Swift

    public var expiryDate: Date?
  • File size

    Declaration

    Swift

    public var fileSize: Int64?
  • Declaration

    Swift

    override public var description: String { get }