Interface AutoCompletionAction
-
- All Known Implementing Classes:
JavaScriptCallbackAction
,OpenUrl
,RunQuery
,RunTriggerAsQuery
public interface AutoCompletionAction
This interface groups the options for what action occurs when an auto completion suggestion is selected. Please note that plugins cannot provide new implementations of this interface. Funnelback supports the following types of actions occurring when an auto completion suggestion is selectedJavaScriptCallbackAction
OpenUrl
RunQuery
RunTriggerAsQuery
See the subclasses for further details on each option.