Cordova plugin front calls
Genero provides a set of Cordova plugin front calls that make use of the Cordova plugins.
This table shows the functions implemented by the Androidâ„¢ and iOS front-end in the "cordova
" module.
Function Name | Description |
---|---|
|
Calls a function in a Cordova plugin and returns a result. |
|
Calls a function asynchronously in a Cordova plugin, without waiting for a result. |
|
Returns all results for asynchronous Cordova plugin front calls, based on a callback ID filter. |
|
Returns the number of pending Cordova plugin results. |
|
Returns the first Cordova plugin result from the result queue of all asynchronous Cordova plugin front calls, and removes it from the queue. |
|
Returns details about a specific Cordova plugin. |
|
Returns the list of available Cordova plugins. |