public final class ScreenCustomization extends Customization
Created by Ran Haveshush on 04/10/2018.
| Constructor and Description |
|---|
ScreenCustomization() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBackgroundColor() |
java.lang.String |
getStatusBarColor() |
void |
setBackgroundColor(java.lang.String hexColorCode)
Sets the background color of the challenge
Activity. |
void |
setStatusBarColor(java.lang.String hexColorCode)
Sets the color of the statue bar.
|
getTextColor, getTextFontName, getTextFontSize, parseHexColorCode, parseTypeface, setTextColor, setTextFontName, setTextFontSizepublic java.lang.String getStatusBarColor()
public void setStatusBarColor(java.lang.String hexColorCode)
hexColorCode - The color code in Hex format. For example "#999999".InvalidInputException - This exception shall be thrown if an input parameter is invalid.public java.lang.String getBackgroundColor()
Activity's background.public void setBackgroundColor(java.lang.String hexColorCode)
throws InvalidInputException
Activity.hexColorCode - The colour code in Hex format. For example "#999999".InvalidInputException - This exception shall be thrown if an input parameter is invalid.