Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.TYPE])
annotation class UpdateAvailableResult
Link copied to clipboard

Stores available elements to be updated.

Functions

Link copied to clipboard
suspend fun updateAvailable(context: Context): Int

Properties

Link copied to clipboard
const val UPDATE_AVAILABLE: Int = 0

When there's no available update

Link copied to clipboard

When the server responded correctly, but there has been an unknown error while parsing the result.

Link copied to clipboard

When the server responded with update available, but there's no "fields" list.

Link copied to clipboard

When there has been an error on server-side while checking for updates.

Link copied to clipboard

When the version in the server does not match the expected by the app.

Link copied to clipboard

When there's no available update