UpdateConfig

data class UpdateConfig(val enabled: Boolean = false, val mode: UpdateMode = UpdateMode.FLEXIBLE, val minSupportedVersionCode: Long = 0, val staleDays: Int = 0, val priority: Int = 0)

Gate config for the in-app update flow (mirrors a remote splash/config API).

Constructors

Link copied to clipboard
constructor(enabled: Boolean = false, mode: UpdateMode = UpdateMode.FLEXIBLE, minSupportedVersionCode: Long = 0, staleDays: Int = 0, priority: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard