Interface AgentMailEditorAppearanceProvider
-
public interface AgentMailEditorAppearanceProvider
A
AgentMailEditorAppearanceProvider
is used to customize the appearance of the agent's editor. This interface can only be used within the novomind iAGENT Desk application.- Since:
- 11.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentMailEditorAppearance
getAgentMailEditorAppearance(AgentMailEditorViewContext agentMailEditorViewContext)
The method is called on plugins implementing this interface to customize the appearance of the agent's mail editor for a selected message.
-
-
-
Method Detail
-
getAgentMailEditorAppearance
AgentMailEditorAppearance getAgentMailEditorAppearance(AgentMailEditorViewContext agentMailEditorViewContext)
The method is called on plugins implementing this interface to customize the appearance of the agent's mail editor for a selected message. The required information is returned through aAgentMailEditorAppearance
object. If the return value isnull
the editor will be displayed using default system settings.- Parameters:
agentMailEditorViewContext
- TheAgentMailEditorViewContext
associated with the request to the view component- Returns:
- The
AgentMailEditorAppearance
instance containing the information to display the agent's mail editor, ornull
to maintain the default behavior. - Since:
- 11.1
-
-