Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 873 Bytes

StatusReport.md

File metadata and controls

47 lines (24 loc) · 873 Bytes

@appzung/react-native-code-push v11.0.0-rc7


@appzung/react-native-code-push / StatusReport

Interface: StatusReport

Properties

appVersion?

optional appVersion: string

The version of the app that was deployed (for a native app upgrade).


package?

optional package: Package

Details of the package that was deployed (or attempted to).


previousLabelOrAppVersion?

optional previousLabelOrAppVersion: string

The label (v#) of the package that was upgraded from.


previousReleaseChannelPublicId?

optional previousReleaseChannelPublicId: string

Release channel used when deploying the previous package.


status

status: DeploymentStatus

Whether the deployment succeeded or failed.