DownloadDialogState

data class DownloadDialogState(val sources: List<Pair<String, Boolean>> = emptyList()) : MviState(source)

Carries DownloadDialogState data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(sources: List<Pair<String, Boolean>> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard

Exposes the sources value used by the SDAI presentation layer.