Data

data class Data(val url: String?, val available: Boolean, val snapshot: String?, val partial: Boolean, val build: String?, val compatible: Boolean, val incompatibleUpdateAvailable: Boolean)

A class representing data returned from Appflow describing a potential available update.

Constructors

Link copied to clipboard
fun Data(url: String?, available: Boolean, snapshot: String?, partial: Boolean, build: String?, compatible: Boolean, incompatibleUpdateAvailable: Boolean)

Properties

Link copied to clipboard

if there is an app update available

Link copied to clipboard

the ID of the available build if available

Link copied to clipboard

if the available update is compatible with the current native app

Link copied to clipboard

if there is an update available but it is incompatible with the current native app

Link copied to clipboard

if the available update is a partial update

Link copied to clipboard

the ID of the available snapshot if available

Link copied to clipboard
val url: String?

the download URL or manifest URL if there is an available update