Skip to content

Latest commit

 

History

History
140 lines (81 loc) · 2.89 KB

icurrentconfig.md

File metadata and controls

140 lines (81 loc) · 2.89 KB

Cordova Plugin Ionic

Interface: ICurrentConfig

The current configuration for the deploy plugin on the device.

Hierarchy

ICurrentConfig

Index

Properties


Properties

appId

● appId: string

The Ionic Pro app id.


binaryVersion

● binaryVersion: string

deprecated: The binary version of the native bundle versionName on Android or CFBundleShortVersionString on iOS deprecated in favor of versionName


binaryVersionCode

● binaryVersionCode: string

The build version code of the native bundle versionCode on Android or CFBundleVersion on iOS


binaryVersionName

● binaryVersionName: string

The binary version of the native bundle versionName on Android or CFBundleShortVersionString on iOS


channel

● channel: string

The channel that the plugin should listen for updates on.


<Optional> currentBuildId

● currentBuildId: undefined | string

The id of the currently applied build or undefined if none is applied.


<Optional> currentVersionId

● currentVersionId: undefined | string

The id of the currently applied updated or undefined if none is applied.


disabled

● disabled: boolean

Whether the user disabled deploy updates or not.


host

● host: string

The host API the plugin is configured to check for updates from.


maxVersions

● maxVersions: number

The maximum number of updates to be stored locally on the device.


minBackgroundDuration

● minBackgroundDuration: number

The number of seconds the app needs to be in the background before the plugin considers it closed for the purposes of fetching and applying a new update.


updateMethod

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

The currently configured updateMethod for the plugin.