Complete

data class Complete(val filePath: String) : DownloadState(source)

Carries Complete data through the SDAI domain layer.

Author

Dmitriy Moroz

Parameters

filePath

file path value consumed by the API.

Constructors

Link copied to clipboard
constructor(filePath: String)

Properties

Link copied to clipboard