Methods

(static) init() → {void}

Returns:
Type: 
void

(static) isDialogOpen() → {boolean}

Returns:
Type: 
boolean

(static) refreshThemeColors() → {void}

This is the key function that user.Login() calls after authentication In the real SceneManager, this updates theme colors on the scene In tests, we just do nothing since there's no real UI to update

Returns:
Type: 
void

(static) reloadHome() → {void}

Returns:
Type: 
void

(static) resetTime() → {void}

Returns:
Type: 
void

(static) setBackgroundImage(_url, _fadeopt, _alwaysShowopt) → {void}

Parameters:
NameTypeAttributesDefaultDescription
_urlstring
_fadeboolean<optional>
false
_alwaysShowboolean<optional>
false
Returns:
Type: 
void