Interface ICommandService


public interface ICommandService
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isCommandAllowed(Context context, String command, List<Attribute> attributes)
    Test whether a command is allowed
  • Method Details

    • isCommandAllowed

      boolean isCommandAllowed(Context context, String command, List<Attribute> attributes) throws Exception
      Test whether a command is allowed
      Parameters:
      context -
      command - string value of the command event/action to test
      attributes -
      Returns:
      true if the command is allowed
      Throws:
      Exception
      Since:
      4.2.0