DMSwiftTypealias

public struct DMSwiftTypealias

Collection of typealias

  • Task count progress.

    Parameters:

    • progress: Progress as a percentage.
    • finishedTaskCount: Finished task count.
    • taskCount: Total running task count.

    Declaration

    Swift

    public typealias TaskCountProgress = (progress: Float, finishedTaskCount: Int64, taskCount: Int64)
  • Total downloaded size progress.

    Parameters:

    • progress: Progress as a percentage.
    • downloadedSize: Total downloaded size.
    • totalSize: Total files size.

    Declaration

    Swift

    public typealias DownloadedSizeProgress = (progress: Float, downloadedSize: Int64, totalSize: Int64)
  • Group of typealias related to the Download

    See more

    Declaration

    Swift

    struct Download
  • Group of typealias related to the FileStorage

    See more

    Declaration

    Swift

    struct Storage
  • Group of typealias related to the PostProcess

    See more

    Declaration

    Swift

    struct PostProcess