TransferProgress

public struct TransferProgress : Equatable
  • id

    Declaration

    Swift

    public private(set) var id: String { get }
  • Declaration

    Swift

    public private(set) var size: Int { get }
  • Declaration

    Swift

    public private(set) var remainBytes: Int { get }
  • Declaration

    Swift

    public var progress: Float { get }