public class UiSettings
extends java.lang.Object
UiSettings.Builder object in your Application singleton class.
This class should not be directly instantiated.| Modifier and Type | Class and Description |
|---|---|
static class |
UiSettings.Builder
The builder class for
UiSettings. |
| Modifier and Type | Method and Description |
|---|---|
static UiSettings |
getInstance()
Gets the instance of the
UiSettings class
Throws a IllegalAccessError if the singleton has not been instantiated properly |
void |
setApp(App app)
Sets the app model of the content
|
public static UiSettings getInstance()
UiSettings class
Throws a IllegalAccessError if the singleton has not been instantiated properlypublic void setApp(App app)
app - The new app model