mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
docs(app-update): add missing param
This commit is contained in:
parent
3bfc95ed78
commit
2e07a7c04e
@ -51,7 +51,8 @@ export interface AppUpdateOptions {
|
|||||||
export class AppUpdate extends IonicNativePlugin {
|
export class AppUpdate extends IonicNativePlugin {
|
||||||
/**
|
/**
|
||||||
* Check and update
|
* Check and update
|
||||||
* @param updateUrl {string} update api url
|
* @param {string} updateUrl update api url
|
||||||
|
* @param {AppUpdateOptions} [options] options
|
||||||
* @return {Promise<any>} Returns a promise that resolves when something happens
|
* @return {Promise<any>} Returns a promise that resolves when something happens
|
||||||
*/
|
*/
|
||||||
@Cordova({
|
@Cordova({
|
||||||
|
Loading…
Reference in New Issue
Block a user