Interface AgentMessageFilterMenuItemProvider
public interface AgentMessageFilterMenuItemProvider
An AgentMessageFilterMenuItemProvider
is used to
build a custom menu to display a view of filtered messages
in the novomind iAGENT Desk frontend.
- Since:
- 12.0
-
Method Summary
Modifier and TypeMethodDescriptiongetAgentBacklogMessageFilterMenuItem
(AgentMessageFilterMenuViewContext agentMessageFilterMenuViewContext) The method is called on plugins implementing this interface to determine all information to display a custom backlog message menu entry in the novomind iAGENT Desk.getAgentOutgoingMessageFilterMenuItem
(AgentMessageFilterMenuViewContext agentMessageFilterMenuViewContext) The method is called on plugins implementing this interface to determine all information to display a custom outgoing message menu entry in the novomind iAGENT Desk.
-
Method Details