The configuration for the deploy plugin on the device.
IDeployConfig
● appId: undefined
| string
The Ionic Pro app id.
● channel: undefined
| string
The channel that the plugin should listen for updates on.
● debug: undefined
| true
| false
whether or not the app should in debug mode
● host: undefined
| string
ignore:
● maxVersions: undefined
| number
The number of previous updates to be cached on the device
● minBackgroundDuration: undefined
| number
The number of seconds the app should be in the background for before the plugin considers it closed and checks for an updated on resume of the app.
● updateMethod: "none" | "auto" | "background"
The update method the app should use when checking for available updates