diff --git a/src/@ionic-native/plugins/web-intent/index.ts b/src/@ionic-native/plugins/web-intent/index.ts index e95a1f101..aa76e2068 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}