mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-13 09:25:36 +08:00
Link to details from summary section
This commit is contained in:
10
README.md
10
README.md
@@ -31,15 +31,15 @@ This change allows Code Push to load the updated app location after an update ha
|
||||
Methods
|
||||
---
|
||||
|
||||
* checkForUpdate: Checks the service for updates
|
||||
* notifyApplicationReady: Notifies the plugin that the update operation succeeded.
|
||||
* getCurrentPackage: Gets information about the currently applied package.
|
||||
* [checkForUpdate](#codepushcheckforupdate): Checks the service for updates
|
||||
* [notifyApplicationReady](#codepushnotifyapplicationready): Notifies the plugin that the update operation succeeded.
|
||||
* [getCurrentPackage](#codepushgetcurrentpackage): Gets information about the currently applied package.
|
||||
|
||||
Objects
|
||||
---
|
||||
|
||||
* LocalPackage: Contains information about a locally installed package.
|
||||
* RemotePackage: Contains information about an updated package available for download.
|
||||
* [LocalPackage](#localpackage): Contains information about a locally installed package.
|
||||
* [RemotePackage](#remotepackage): Contains information about an updated package available for download.
|
||||
|
||||
Getting Started:
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user