We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.copilot.
Package com.vaadin.copilot
Class UserInfoHandler
java.lang.Object
com.vaadin.copilot.UserInfoHandler
All Implemented Interfaces:
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
-