From d077c482055a28ca5c117b983d303b86c6e6c543 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 18 Sep 2018 11:08:45 +0200 Subject: [PATCH] fix(web-intent): add missing properties closes: #2701 --- src/@ionic-native/plugins/web-intent/index.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/@ionic-native/plugins/web-intent/index.ts b/src/@ionic-native/plugins/web-intent/index.ts index e95a1f1011..aa76e20680 100644 --- a/src/@ionic-native/plugins/web-intent/index.ts +++ b/src/@ionic-native/plugins/web-intent/index.ts @@ -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}