The current configuration for the deploy plugin on the device.
ICurrentConfig
- appId
- binaryVersion
- binaryVersionCode
- binaryVersionName
- channel
- currentBuildId
- currentVersionId
- disabled
- host
- maxVersions
- minBackgroundDuration
- updateMethod
● appId: string
The Ionic Pro app id.
● binaryVersion: string
deprecated: The binary version of the native bundle versionName on Android or CFBundleShortVersionString on iOS deprecated in favor of versionName
● binaryVersionCode: string
The build version code of the native bundle versionCode on Android or CFBundleVersion on iOS
● binaryVersionName: string
The binary version of the native bundle versionName on Android or CFBundleShortVersionString on iOS
● channel: string
The channel that the plugin should listen for updates on.
● currentBuildId: undefined
| string
The id of the currently applied build or undefined if none is applied.
● currentVersionId: undefined
| string
The id of the currently applied updated or undefined if none is applied.
● disabled: boolean
Whether the user disabled deploy updates or not.
● host: string
The host API the plugin is configured to check for updates from.
● maxVersions: number
The maximum number of updates to be stored locally on the device.
● 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: "none" | "auto" | "background"
The currently configured updateMethod for the plugin.