this.callPlugin(pluginName, slot, payload, callback, showBusyIndicator, failonError, failCallback)
pluginName | the name of the plugin |
slot | slot (function, interface) within the plugin |
payload | a JSON object with the required parameters for the plugin |
callback | function, which is called after the successful execution of the plugin |
showBusyIndicator | boolean value that indicates whether the screen has to be blocked by a loading bar (true) or not (false) |
failonError | boolean value that indicates whether the plugin should be called in case of an error of the function passed via “failCallback” (false) or not (true) |
failCallback | function, which is called in case of an error in the plugin, is false for “failOnError” is passed |