java.lang.Object
com.wonderpush.sdk.inappmessaging.model.Text

public class Text extends Object
Encapsulates any text used in an In App Message.
  • Constructor Details

  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • fromJSON

      public static Text fromJSON(org.json.JSONObject data)
    • getText

      public String getText()
      Gets the text
    • getHexColor

      public String getHexColor()
      Gets the hex color of this text
    • builder

      public static Text.Builder builder()