Interface AgentHomeTabProvider
public interface AgentHomeTabProvider
An
AgentHomeTabProvider is used to provide a custom AgentHomeTab
in the home section of the novomind iAGENT Desk UI.- Since:
- 12.14
-
Method Summary
Modifier and TypeMethodDescriptiongetAgentHomeTab(AgentHomeViewContext context) The method is called on plugins implementing this interface to determine all information to display a customAgentHomeTabview.
-
Method Details
-
getAgentHomeTab
The method is called on plugins implementing this interface to determine all information to display a customAgentHomeTabview. The required information is returned through anAgentHomeTabobject. If the return value isnullno home tab will be displayed for that request.- Parameters:
context- TheAgentHomeViewContextassociated with the request to the view component- Returns:
- The
AgentHomeTabinstance providing all information to display the home tab. - Since:
- 12.14
-