@appzung/react-native-code-push v11.0.0-rc3
@appzung/react-native-code-push / getUpdateMetadata
getUpdateMetadata(
updateState?):Promise<null|LocalPackage>
Retrieves the metadata for an installed update (e.g. description, mandatory).
The state of the update you want to retrieve the metadata for. Defaults to UpdateState.RUNNING.
Promise<null | LocalPackage>