| Interface | Description |
|---|---|
| CustomViewUtils.IOnActivityResultCallback |
This interface is used as a callback for the
CustomViewUtils.startActivityForResult(Context, Intent, int, IOnActivityResultCallback) method. |
| IPluginDataFieldCustomView |
This interface is used to create custom views that will be displayed to configure a
PluginAction or PluginTrigger
Every custom view returned by PluginDataFieldCustom.getCustomViewHandlerClass() is required to implement this interface. |
| Class | Description |
|---|---|
| CustomViewUtils |
The Class CustomViewUtils provides various services that are commonly required when using
PluginDataFieldCustom in your plugin. |
| PluginAction |
This class is used as a super class for all actions included in the plugin.
|
| PluginDataFieldCollection |
A collection of
PluginDataField |
| PluginTrigger |
This class is used as a super class for all triggers included in the plugin.
|
| PluginValidationResult |
This class represents a validation result of a
PluginTrigger and PluginAction.It is used to indicate whether the validated object has passed all validation checks and can be used by AutomateIt |
| RequiredApp |
This class is used to indicate an external 3rd-party app is required for the plugin.
|