Class ProfileTheme
java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.ProfileTheme
Class that will hold the Profile theme information for the app
- Since:
- 4/13/21
-
Constructor Summary
ConstructorsConstructorDescriptionProfileTheme
(String mPrimaryColor, String mSecondaryColor, boolean mChannelInfoEnabled, String mAppThemeTitle) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setmAppThemeTitle
(String mAppThemeTitle) void
setmChannelInfoEnabled
(boolean mChannelInfoEnabled) void
setmPrimaryColor
(String mPrimaryColor) void
setmSecondaryColor
(String mSecondaryColor) toString()
-
Constructor Details
-
ProfileTheme
public ProfileTheme() -
ProfileTheme
-
-
Method Details
-
toString
-
getmAppThemeTitle
-
setmAppThemeTitle
-
getmPrimaryColor
-
setmPrimaryColor
-
getmSecondaryColor
-
setmSecondaryColor
-
getmChannelInfoEnabled
public boolean getmChannelInfoEnabled() -
setmChannelInfoEnabled
public void setmChannelInfoEnabled(boolean mChannelInfoEnabled)
-