Downloading

data class Downloading(val percent: Int = 0) : DownloadState(source)

Carries Downloading data through the SDAI domain layer.

Author

Dmitriy Moroz

Parameters

percent

percent value consumed by the API.

Constructors

Link copied to clipboard
constructor(percent: Int = 0)

Properties

Link copied to clipboard