UpdaterSingleton

Stores available elements to be updated.

Author

Arnau Mora

Since

20220226

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Item(val namespace: Namespace, val objectId: String, val serverHash: Int, val localHash: Int, val displayName: String, val serverDisplayMap: Map<String, Serializable?>, val localDisplayMap: Map<String, Serializable?>)

Functions

Link copied to clipboard
suspend fun update(context: Context, namespace: Namespace, objectId: String)

Updates the selected namespace and objectId.

Properties

Link copied to clipboard

Stores the references that have a new update available.