| Class | Description |
|---|---|
| PluginDataField<FIELD_TYPE> |
An abstract class that represents a plugin data field that can be set by the user to configure the plugin.
Each subclass represents a field of specific type as supported by PluginDataField.FieldType |
| PluginDataFieldBoolean |
This class represents a
PluginDataField of type Boolean |
| PluginDataFieldCustom |
This class is used to create custom views that will be displayed within AutomateIt when editing
the related
PluginAction or PluginTrigger. |
| PluginDataFieldDouble |
This class represents a
PluginDataField of type Double |
| PluginDataFieldInteger |
This class represents a
PluginDataField of type Integer |
| PluginDataFieldList |
This class represents a
PluginDataField of a list of values. |
| PluginDataFieldLong |
This class represents a
PluginDataField of type Long |
| PluginDataFieldString |
This class represents a
PluginDataField of type String |
| Enum | Description |
|---|---|
| PluginDataField.FieldType |
Enum of supported field types.
|