Interface PluginSettings
-
- All Superinterfaces:
PrettyPrintable
- All Known Subinterfaces:
CustomMessagesPluginSettings,DiscordWidgetPluginSettings,LastPaymentsPluginSettings,SurchargePluginSettings,VKCommunityWidgetPluginSettings,VKMessagesWidgetPluginSettings,VKNewsPluginSettings,YandexMetrikaPluginSettings
public interface PluginSettings extends PrettyPrintable
The parent interface that represents a settings of a platform plugin.- Author:
- soknight
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEnabled()Check is this plugin is enabled or not.-
Methods inherited from interface ru.easydonate.easydonate4j.data.model.PrettyPrintable
toPrettyString
-
-