Information about a snapshot
ISnapshotInfo
- binaryVersion
- binaryVersionCode
- binaryVersionName
- binary_version
- buildId
- channel
- deploy_uuid
- versionId
● 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: 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: 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: string
deprecated: in favor of binaryVersion
The binary version the snapshot was downloaded for.
● buildId: string
The id for the snapshot.
● channel: string
The channel that the snapshot was downloaded for..
● deploy_uuid: string
deprecated: in favor of versionId
The id for the snapshot.
● versionId: string
The id for the snapshot.