From 29b57f1218089aaf60239702f991eb3486631587 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Wed, 4 Nov 2015 14:24:01 -0800 Subject: [PATCH] Adding isFirstRun mention --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b1ca6d..7676f44 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ Contains details about an update package that has been downloaded locally or alr - __isMandatory__: Flag indicating if the update is mandatory. (Boolean) This is the value that you specified in the CLI when you released the update - __packageHash__: The hash value of the package. (String) - __packageSize__: The size of the package, in bytes. (Number) +- __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. ##### Methods - __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.