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

Commit 29b57f1

Browse files
committed
Adding isFirstRun mention
1 parent 3d47206 commit 29b57f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ Contains details about an update package that has been downloaded locally or alr
245245
- __isMandatory__: Flag indicating if the update is mandatory. (Boolean) This is the value that you specified in the CLI when you released the update
246246
- __packageHash__: The hash value of the package. (String)
247247
- __packageSize__: The size of the package, in bytes. (Number)
248+
- __isFirstRun__: Flag indicating whether this is the first time the package has been run after being applied. (Boolean) This is useful for determining whether you would like to show a "What's New?" UI to the user after the app is restarted after applying an update.
248249

249250
##### Methods
250251
- __apply(rollbackTimeout): Promise__: Applies this package to the application. The application will be reloaded with this package and on every application launch this package will be loaded.

0 commit comments

Comments
 (0)