pollForUpdate is now internal/private to a Platform.

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/4176/head
Michael Telatynski 2017-06-11 23:39:21 +01:00
parent deb7ed660c
commit 89533706a8
1 changed files with 0 additions and 10 deletions

View File

@ -117,16 +117,6 @@ export default class VectorBasePlatform extends BasePlatform {
})
}
/**
* Check for the availability of an update to the version of the
* app that's currently running.
* If an update is available, this function should dispatch the
* 'new_version' action.
* @returns Promise<updateCheckStatusEnum>
*/
pollForUpdate(): Promise<number> {
}
/**
* Update the currently running app to the latest available
* version and replace this instance of the app with the