mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
parent
49d27e816c
commit
d077c48205
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user