Merge branch 'master' into v5

This commit is contained in:
Daniel
2018-09-18 16:24:05 +02:00
parent 7cff234c26
commit 38a1dd1187
11 changed files with 376 additions and 161 deletions
@@ -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}