Interface AgentLoginState
public interface AgentLoginState
This interface provides information about the agent login state at the novomind iAGENT Desk.
- Since:
- 11.22
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The method returns true if the agent is currently logged in at the novomind iAGENT Desk.
-
Method Details
-
isLoggedIn
boolean isLoggedIn()The method returns true if the agent is currently logged in at the novomind iAGENT Desk.- Returns:
- true if the agent is currently logged in at the novomind iAGENT Desk, otherwise false.
- Since:
- 11.22
-