Skip to content

Latest commit

 

History

History
90 lines (51 loc) · 1.72 KB

ideployconfig.md

File metadata and controls

90 lines (51 loc) · 1.72 KB

Cordova Plugin Ionic

Interface: IDeployConfig

The configuration for the deploy plugin on the device.

Hierarchy

IDeployConfig

Index

Properties


Properties

<Optional> appId

● appId: undefined | string

The Ionic Pro app id.


<Optional> channel

● channel: undefined | string

The channel that the plugin should listen for updates on.


<Optional> debug

● debug: undefined | true | false

whether or not the app should in debug mode


<Optional> host

● host: undefined | string

ignore:


<Optional> maxVersions

● maxVersions: undefined | number

The number of previous updates to be cached on the device


<Optional> minBackgroundDuration

● 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.


<Optional> updateMethod

● updateMethod: "none" | "auto" | "background"

The update method the app should use when checking for available updates