This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ This change allows Code Push to load the updated app location after an update ha
31
31
Methods
32
32
---
33
33
34
- * checkForUpdate: Checks the service for updates
35
- * notifyApplicationReady: Notifies the plugin that the update operation succeeded.
36
- * getCurrentPackage: Gets information about the currently applied package.
34
+ * [ checkForUpdate] ( #codepushcheckforupdate ) : Checks the service for updates
35
+ * [ notifyApplicationReady] ( #codepushnotifyapplicationready ) : Notifies the plugin that the update operation succeeded.
36
+ * [ getCurrentPackage] ( #codepushgetcurrentpackage ) : Gets information about the currently applied package.
37
37
38
38
Objects
39
39
---
40
40
41
- * LocalPackage: Contains information about a locally installed package.
42
- * RemotePackage: Contains information about an updated package available for download.
41
+ * [ LocalPackage] ( #localpackage ) : Contains information about a locally installed package.
42
+ * [ RemotePackage] ( #remotepackage ) : Contains information about an updated package available for download.
43
43
44
44
Getting Started:
45
45
---
You can’t perform that action at this time.
0 commit comments