Package com.vaadin.copilot
Class UserInfoHandler
java.lang.Object
com.vaadin.copilot.UserInfoHandler
- All Implemented Interfaces:
CopilotCommand
Handles getting information about the user (pro key based) and communicating
with the server about feature access.
-
Field Summary
FieldsFields inherited from interface com.vaadin.copilot.CopilotCommand
KEY_REQ_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface)
-
Field Details
-
PRODUCT_VAADIN_EMPLOYEE
- See Also:
-
PRODUCT_VAADIN_COPILOT
- See Also:
-
-
Constructor Details
-
UserInfoHandler
public UserInfoHandler()
-
-
Method Details
-
handleMessage
public boolean handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) - Specified by:
handleMessage
in interfaceCopilotCommand
-