Interface GenericCalloutAction

All Known Implementing Classes:
CalloutAction, DurationBasedCalloutAction

public interface GenericCalloutAction
  • Method Details

    • getColor

      @Nullable @Nullable Color getColor()
    • setColor

      void setColor(@Nullable @Nullable Color color)
    • getTts

      String getTts()
    • setTts

      void setTts(String tts)
    • getText

      String getText()
    • setText

      void setText(String text)
    • getHangTime

      long getHangTime()
    • setHangTime

      void setHangTime(long hangTime)
    • isUseIcon

      boolean isUseIcon()
    • setUseIcon

      void setUseIcon(boolean useIcon)
    • getColorRaw

      Integer getColorRaw()
    • setColorRaw

      void setColorRaw(Integer colorRaw)