Company public service methods: Difference between revisions
No edit summary |
No edit summary |
||
| Line 65: | Line 65: | ||
Return plugin status true if status active, else false. <code>pluginName</code> parameter is a plugin. Can be one of the following values: | Return plugin status true if status active, else false. <code>pluginName</code> parameter is a plugin. Can be one of the following values: | ||
---- | |||
==Constants== | |||
====Plugin's identifiers==== | |||
Plugin identifier is a string constant which represents a plugin in system. These constants used in <code>[[#isPluginActivated|isPluginActivated]]</code> and <code>[[#getPluginStatuses|getPluginStatuses]]</code> API methods. | |||
* advanced_notification | * advanced_notification | ||
| Line 128: | Line 136: | ||
See [[Plugins]] page for description for each plugin. | See [[Plugins]] page for description for each plugin. | ||