Link Search Menu Expand Document

Events

Events are triggered either automatically from the operating system when something happens in the app, or by a user interaction in the app. You can use the Events feature to execute an Event Action when an event occurs.

Automatically triggered Events

The operating system automatically triggers an event when something interesting happens in the app, for example, when a Screen appears, or a network request finishes.

User initiated Events

User initiated events are triggered by a user action, for example, when a button is pressed, or a row is selected in a List View.