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 {
342342 /**
343343 * Asks the CodePush service whether the configured app deployment has an update available.
344344 *
345- * @param deploymentKey The deployment key to use to query the CodePush server for an update.
346- *
347345 * @param handleBinaryVersionMismatchCallback An optional callback for handling target binary version mismatch
348346 */
349- function checkForUpdate ( deploymentKey ?: string , handleBinaryVersionMismatchCallback ?: HandleBinaryVersionMismatchCallback ) : Promise < RemotePackage | null > ;
347+ function checkForUpdate ( handleBinaryVersionMismatchCallback ?: HandleBinaryVersionMismatchCallback ) : Promise < RemotePackage | null > ;
350348
351349 /**
352350 * Retrieves the metadata for an installed update (e.g. description, mandatory).
You can’t perform that action at this time.
0 commit comments