mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-13 01:18:56 +08:00
Remove abortDownload for now
This commit is contained in:
@@ -71,10 +71,6 @@ function download(updatePackage) {
|
||||
return NativeCodePush.downloadUpdate(updatePackage);
|
||||
}
|
||||
|
||||
function abortDownload() {
|
||||
return NativeCodePush.abortDownload();
|
||||
}
|
||||
|
||||
function apply(updatePackage) {
|
||||
return NativeCodePush.applyUpdate(updatePackage);
|
||||
}
|
||||
@@ -87,7 +83,6 @@ var CodePush = {
|
||||
getConfiguration: getConfiguration,
|
||||
checkForUpdate: checkForUpdate,
|
||||
download: download,
|
||||
abortDownload: abortDownload,
|
||||
apply: apply,
|
||||
getCurrentPackage: getCurrentPackage,
|
||||
setUpTestDependencies: setUpTestDependencies
|
||||
|
||||
Reference in New Issue
Block a user