Interface IFeedback


public interface IFeedback
Represents feedback instructions, which will be sent to the client using the JSON API.
  • Method Details

    • getTargetType

      IFeedback.TargetType getTargetType()
      Returns the target type of this feedback object.
      Returns:
      the target type
    • getType

      IFeedback.Type getType()
      Returns the type of this feedback object.
      Returns:
      the type
    • getContext

      @Deprecated IContext getContext()
      Deprecated.
      Returns the context of this feedback object.
      Returns:
      the target type
    • getParams

      Map<String,Object> getParams()
      Returns the parameters of this feedback object.
      Returns:
      the parameters