pollForUpdate is now internal/private to a Platform.
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/4176/head
parent
deb7ed660c
commit
89533706a8
|
@ -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
|
* Update the currently running app to the latest available
|
||||||
* version and replace this instance of the app with the
|
* version and replace this instance of the app with the
|
||||||
|
|
Loading…
Reference in New Issue