File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -342,11 +342,9 @@ declare namespace CodePush {
342
342
/**
343
343
* Asks the CodePush service whether the configured app deployment has an update available.
344
344
*
345
- * @param deploymentKey The deployment key to use to query the CodePush server for an update.
346
- *
347
345
* @param handleBinaryVersionMismatchCallback An optional callback for handling target binary version mismatch
348
346
*/
349
- function checkForUpdate ( deploymentKey ?: string , handleBinaryVersionMismatchCallback ?: HandleBinaryVersionMismatchCallback ) : Promise < RemotePackage | null > ;
347
+ function checkForUpdate ( handleBinaryVersionMismatchCallback ?: HandleBinaryVersionMismatchCallback ) : Promise < RemotePackage | null > ;
350
348
351
349
/**
352
350
* Retrieves the metadata for an installed update (e.g. description, mandatory).
You can’t perform that action at this time.
0 commit comments