ExtensionsViewModel

class ExtensionsViewModel : ViewModel

Types

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

Functions

addCloseable
Link copied to clipboard
open fun addCloseable(@NonNull() p0: Closeable)
clear
Link copied to clipboard
fun clear()
getTag
Link copied to clipboard
open fun <T : Any> getTag(p0: String): T
loadRepositories
Link copied to clipboard
fun loadRepositories()
loadStats
Link copied to clipboard
fun loadStats(): Job
onCleared
Link copied to clipboard
open fun onCleared()
setTagIfAbsent
Link copied to clipboard
open fun <T : Any> setTagIfAbsent(p0: String, p1: T): T

Properties

pluginStats
Link copied to clipboard
val pluginStats: LiveData<Some<ExtensionsViewModel.PluginStats>>
repositories
Link copied to clipboard
val repositories: LiveData<Array<RepositoryData>>

Sources

androidJvm source
Link copied to clipboard