Skip to content

Latest commit

 

History

History
104 lines (59 loc) · 2.05 KB

isnapshotinfo.md

File metadata and controls

104 lines (59 loc) · 2.05 KB

Cordova Plugin Ionic

Interface: ISnapshotInfo

Information about a snapshot

Hierarchy

ISnapshotInfo

Index

Properties


Properties

binaryVersion

● binaryVersion: string

deprecated: The binary version the snapshot was downloaded for. The versionName on Android or CFBundleShortVersionString on iOS this is the end user readable version listed on the stores.


binaryVersionCode

● binaryVersionCode: string

The binary version build code the snapshot was downloaded for. The versionCode on Android or CFBundleVersion on iOS this should be changed every time you do a new build debug or otherwise.


binaryVersionName

● binaryVersionName: string

The binary version name the snapshot was downloaded for. The versionName on Android or CFBundleShortVersionString on iOS this is the end user readable version listed on the stores.


binary_version

● binary_version: string

deprecated: in favor of binaryVersion

The binary version the snapshot was downloaded for.


buildId

● buildId: string

The id for the snapshot.


channel

● channel: string

The channel that the snapshot was downloaded for..


deploy_uuid

● deploy_uuid: string

deprecated: in favor of versionId

The id for the snapshot.


versionId

● versionId: string

The id for the snapshot.