StorageViewModel

Constructors

Link copied to clipboard
fun StorageViewModel(application: Application)

Types

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <T : Application> getApplication(): T
Link copied to clipboard
fun <D : DataClassImpl> getDataClass(namespace: Namespace, objectId: String): MutableState<D?>
Link copied to clipboard
Link copied to clipboard
fun updateAll()

Updates all the elements from updatesAvailable.

Properties

Link copied to clipboard

Used for checking which elements are currently being updated.

Link copied to clipboard

Stores whether or not the version of the server matches the expected by the app.

Link copied to clipboard