docs(app-update): add missing param

This commit is contained in:
Daniel 2018-04-08 18:56:49 +02:00
parent 3bfc95ed78
commit 2e07a7c04e

View File

@ -51,7 +51,8 @@ export interface AppUpdateOptions {
export class AppUpdate extends IonicNativePlugin {
/**
* 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
*/
@Cordova({