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 customAgentHomeTab
view.
-
Method Details
-
getAgentHomeTab
The method is called on plugins implementing this interface to determine all information to display a customAgentHomeTab
view. The required information is returned through anAgentHomeTab
object. If the return value isnull
no home tab will be displayed for that request.- Parameters:
context
- TheAgentHomeViewContext
associated with the request to the view component- Returns:
- The
AgentHomeTab
instance providing all information to display the home tab. - Since:
- 12.14
-