mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-13 09:25:36 +08:00
feedback
This commit is contained in:
@@ -13,7 +13,12 @@ function createMockAcquisitionSdk(serverPackage, localPackage, expectedDeploymen
|
||||
callback(/*err:*/ null, serverPackage);
|
||||
};
|
||||
|
||||
AcquisitionManager.prototype.reportStatus = (status, message, callback) => {
|
||||
AcquisitionManager.prototype.reportStatusDeploy = (package, status, callback) => {
|
||||
// No-op and return success.
|
||||
callback(null, null);
|
||||
};
|
||||
|
||||
AcquisitionManager.prototype.reportStatusDownload = (package, callback) => {
|
||||
// No-op and return success.
|
||||
callback(null, null);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user