Methods
(static) OnScreenHidden() → {void}
JRScreen hook called when the screen is hidden by the screen manager
Returns:
- Type:
- void
(static) OnScreenShown() → {void}
JRScreen hook called when the screen is displayed by the screen manager
Returns:
- Type:
- void
(static) applySplashscreen(serverSplashEnabled) → {void}
Apply splash background based on enabled flag Uses forceBackdrop parameter to show splashscreen before user login
Parameters:
| Name | Type | Description |
|---|---|---|
serverSplashEnabled | boolean |
Returns:
- Type:
- void
(static) init() → {void}
Returns:
- Type:
- void
(static) itemContentChanged() → {void}
Returns:
- Type:
- void
(static) loadSplashscreen() → {void}
Load splashscreen if enabled on server Always fetches fresh branding config from server
Returns:
- Type:
- void
(static) onBrandingConfigComplete() → {void}
Called when branding config task completes
Returns:
- Type:
- void
(static) onKeyEvent(key, press) → {boolean}
Parameters:
| Name | Type | Description |
|---|---|---|
key | string | |
press | boolean |
Returns:
- Type:
- boolean
(static) onSplashscreenEnabledLoaded() → {void}
Called when branding config finishes loading (if we had to wait)
Returns:
- Type:
- void
(static) redraw() → {void}
Returns:
- Type:
- void