mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
parent
49d27e816c
commit
d077c48205
@ -127,6 +127,20 @@ export class WebIntent extends IonicNativePlugin {
|
|||||||
@CordovaProperty
|
@CordovaProperty
|
||||||
ACTION_PICK: string;
|
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
|
* Launches an Android intent
|
||||||
* @param options {IntentOptions}
|
* @param options {IntentOptions}
|
||||||
|
Loading…
Reference in New Issue
Block a user