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 Detail

      • getAgentHomeTab

        AgentHomeTab getAgentHomeTab​(AgentHomeViewContext context)
        The method is called on plugins implementing this interface to determine all information to display a custom AgentHomeTab view. The required information is returned through an AgentHomeTab object. If the return value is null no home tab will be displayed for that request.
        Parameters:
        context - The AgentHomeViewContext associated with the request to the view component
        Returns:
        The AgentHomeTab instance providing all information to display the home tab.
        Since:
        12.14