ExtensionsViewModel

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
data class PluginStats(    val total: Int,     val downloaded: Int,     val disabled: Int,     val notDownloaded: Int,     val downloadedText: UiText,     val disabledText: UiText,     val notDownloadedText: UiText)

Properties

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun loadStats(): Job
Link copied to clipboard
protected open fun onCleared()