GlidePluginManager - Scoped
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- API reference
The scoped GlidePluginManager API provides a method for determining if a plugin has been activated.
GlidePluginManager - isActive(String pluginID)
Determines if the specified plugin has been activated.
Name | Type | Description |
---|---|---|
pluginID | String | Unique plugin identifier. |
Type | Description |
---|---|
Boolean | Flag that indicates if the plugin is active. Valid values:
|
Example
Output: