java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.ProfileTheme

public class ProfileTheme extends Object
Class that will hold the Profile theme information for the app
Since:
4/13/21
  • Constructor Details

    • ProfileTheme

      public ProfileTheme()
    • ProfileTheme

      public ProfileTheme(String mPrimaryColor, String mSecondaryColor, boolean mChannelInfoEnabled, String mAppThemeTitle)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getmAppThemeTitle

      public String getmAppThemeTitle()
    • setmAppThemeTitle

      public void setmAppThemeTitle(String mAppThemeTitle)
    • getmPrimaryColor

      public String getmPrimaryColor()
    • setmPrimaryColor

      public void setmPrimaryColor(String mPrimaryColor)
    • getmSecondaryColor

      public String getmSecondaryColor()
    • setmSecondaryColor

      public void setmSecondaryColor(String mSecondaryColor)
    • getmChannelInfoEnabled

      public boolean getmChannelInfoEnabled()
    • setmChannelInfoEnabled

      public void setmChannelInfoEnabled(boolean mChannelInfoEnabled)