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

Commit c3f5470

Browse files
author
Will Anderson
committed
Add stub for notifyApplicationReady
1 parent aae7036 commit c3f5470

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CodePush.ios.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,17 @@ function getCurrentPackage() {
8484
return NativeCodePush.getCurrentPackage();
8585
}
8686

87+
functino notifyApplicationReady() {
88+
return NativeCodePush.notifyApplicationReady();
89+
}
90+
8791
var CodePush = {
8892
getConfiguration: getConfiguration,
8993
checkForUpdate: checkForUpdate,
9094
download: download,
9195
apply: apply,
9296
getCurrentPackage: getCurrentPackage,
97+
notifyApplicationReady: notifyApplicationReady,
9398
setUpTestDependencies: setUpTestDependencies
9499
};
95100

0 commit comments

Comments
 (0)