BaseUpdate

abstract class BaseUpdate(val version: Long)

Constructors

Link copied to clipboard
constructor(version: Long)
constructor(versionName: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
suspend fun execute(lastVersion: Long)
Link copied to clipboard
suspend fun forceExecute()
Link copied to clipboard
abstract suspend fun update()