The response object describing if an update is available.
CheckForUpdateResponse
● available: boolean
Whether or not an update is available.
● build: undefined
| string
The id of the build if available.
● compatible: boolean
Equivalent to available since v5 this can be ignored in favor of available deprecated:
● incompatibleUpdateAvailable: undefined
| true
| false
Whether or not there is an update available that is not compatible with this device.
● partial: false
Legacy indicator of whether the update is a partial one. This will always be false and can be ignored deprecated:
● snapshot: undefined
| string
The id of the snapshot if available.
● url: undefined
| string
The url to fetch the manifest of files in the update.