Methods
(static) backgroundImageUriChanged() → {void}
- Source
Returns:
- Type:
- void
(static) init() → {void}
- Source
Returns:
- Type:
- void
(static) isLoadingChanged() → {void}
Triggered when the isLoading boolean component field is changed
- Source
Returns:
- Type:
- void
(static) loadingTextChanged() → {void}
- Source
Returns:
- Type:
- void
(static) onKeyEvent(key, press) → {boolean}
Parameters:
| Name | Type | Description |
|---|---|---|
key | string | |
press | boolean |
- Source
Returns:
- Type:
- boolean
(static) refreshBackdropSetting() → {void}
Re-evaluate and apply the backdrop visibility setting Useful when settings change at runtime (e.g., from Settings screen)
- Source
Returns:
- Type:
- void
(static) setBackgroundImage(uri, isAnimatedopt, forceBackdropopt) → {void}
Set the background image with animation control
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
uri | string | The image URI to display | ||
isAnimated | boolean | <optional> | true | Whether to animate the transition |
forceBackdrop | boolean | <optional> | false | Force show backdrop regardless of user setting (used for login splashscreen) |
- Source
Returns:
- Type:
- void