Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit c2d2e35

Browse files
author
Richard Hua
authored
Clarify description of the label field in the README.md
1 parent a2aacff commit c2d2e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ Contains details about an update that has been downloaded locally or already ins
11911191
- __isFirstRun__: Indicates whether this is the first time the update has been run after being installed. This is useful for determining whether you would like to show a "What's New?" UI to the end user after installing an update. *(Boolean)*
11921192
- __isMandatory__: Indicates whether the update is considered mandatory. This is the value that was specified in the CLI when the update was released. *(Boolean)*
11931193
- __isPending__: Indicates whether this update is in a "pending" state. When `true`, that means the update has been downloaded and installed, but the app restart needed to apply it hasn't occurred yet, and therefore, it's changes aren't currently visible to the end-user. *(Boolean)*
1194-
- __label__: The internal label automatically given to the update by the CodePush server. This value uniquely identifies the update within it's deployment. *(String)*
1194+
- __label__: The internal label automatically given to the update by the CodePush server, such as `v5`. This value uniquely identifies the update within it's deployment. *(String)*
11951195
- __packageHash__: The SHA hash value of the update. *(String)*
11961196
- __packageSize__: The size of the code contained within the update, in bytes. *(Number)*
11971197

0 commit comments

Comments
 (0)