fix(web-intent): add missing properties

closes: #2701
This commit is contained in:
Daniel 2018-09-18 11:08:45 +02:00
parent 49d27e816c
commit d077c48205

View File

@ -127,6 +127,20 @@ export class WebIntent extends IonicNativePlugin {
@CordovaProperty
ACTION_PICK: string;
/**
* Convenience constant for actions
* @type {string}
*/
@CordovaProperty
ACTION_INSTALL_PACKAGE: string;
/**
* Convenience constant for actions
* @type {string}
*/
@CordovaProperty
ACTION_UNINSTALL_PACKAGE: string;
/**
* Launches an Android intent
* @param options {IntentOptions}