Class UserInfoHandler

java.lang.Object
com.vaadin.copilot.UserInfoHandler
All Implemented Interfaces:
CopilotCommand

public class UserInfoHandler extends Object implements CopilotCommand
Handles getting information about the user (pro key based) and communicating with the server about feature access.
  • Field Details

  • Constructor Details

    • UserInfoHandler

      public UserInfoHandler(com.vaadin.flow.server.VaadinContext context)
  • Method Details

    • handleMessage

      public boolean handleMessage(String command, elemental.json.JsonObject data, com.vaadin.base.devserver.DevToolsInterface devToolsInterface)
      Specified by:
      handleMessage in interface CopilotCommand