Skip to content

Latest commit

 

History

History
92 lines (53 loc) · 1.69 KB

checkforupdateresponse.md

File metadata and controls

92 lines (53 loc) · 1.69 KB

Cordova Plugin Ionic

Interface: CheckForUpdateResponse

The response object describing if an update is available.

Hierarchy

CheckForUpdateResponse

Index

Properties


Properties

available

● available: boolean

Whether or not an update is available.


<Optional> build

● build: undefined | string

The id of the build if available.


compatible

● compatible: boolean

Equivalent to available since v5 this can be ignored in favor of available deprecated:


<Optional> incompatibleUpdateAvailable

● incompatibleUpdateAvailable: undefined | true | false

Whether or not there is an update available that is not compatible with this device.


partial

● partial: false

Legacy indicator of whether the update is a partial one. This will always be false and can be ignored deprecated:


<Optional> snapshot

● snapshot: undefined | string

The id of the snapshot if available.


<Optional> url

● url: undefined | string

The url to fetch the manifest of files in the update.