Link Search Menu Expand Document

Screen Events

Every Screen automatically triggers events during its lifecycle.
Tip: To add Event Actions to a Screen, you will need to select it from the List Elements section of the Editor Design.

When Screen First Loads

Will be triggered after the Screen is loaded in the memory but before it appears on the device.
Tip: Useful to setup or execute an action before the user sees the actual Screen.
Note: Will be called only when a Screen Navigation needs to load the Screen and not during the application’s initial load.
Note: Will be called each time a Screen is loaded in the memory and not once per application launch.

Every time Screen Appears

Will be triggered every time the Screen appears on the device.

Every time Screen Disappears

Will be triggered every time the Screen disappears from the device.