Skip to content

Commit

Permalink
fix(web-intent): add missing properties
Browse files Browse the repository at this point in the history
closes: #2701
  • Loading branch information
danielsogl committed Sep 18, 2018
1 parent 49d27e8 commit d077c48
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/@ionic-native/plugins/web-intent/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit d077c48

Please sign in to comment.