DownloadCommand

sealed class DownloadCommand

Specific download commands used to display messages during various download stages.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
class ShowDownloadStartedMessage(@StringRes val messageId: Int, val fileName: String) : DownloadCommand
Link copied to clipboard
class ShowDownloadSuccessMessage(@StringRes val messageId: Int, val fileName: String, val filePath: String, val mimeType: String? = null) : DownloadCommand

Properties

Link copied to clipboard