Class WebManifestData


  • public class WebManifestData
    extends Object
    Represents the web manifest data
    • Constructor Detail

      • WebManifestData

        public WebManifestData()
    • Method Detail

      • getBackgroundColor

        public String getBackgroundColor()
      • getDisplay

        public String getDisplay()
      • getName

        public String getName()
      • getScope

        public String getScope()
      • getShortName

        public String getShortName()
      • getStartUrl

        public String getStartUrl()
      • getThemeColor

        public String getThemeColor()
      • setBackgroundColor

        public void setBackgroundColor​(String backgroundColor)
      • setDisplay

        public void setDisplay​(String display)
      • setName

        public void setName​(String name)
      • setScope

        public void setScope​(String scope)
      • setShortName

        public void setShortName​(String shortName)
      • setStartUrl

        public void setStartUrl​(String startUrl)
      • setThemeColor

        public void setThemeColor​(String themeColor)