Mobile Events (Android and iOS)

The following events are only generated when running on Android and iOS.

gre.mobile.on_pause

The application has become inactive. The application will not be rendering to the screen after this event is received.

Data:

        No data payload

gre.mobile.on_resume

The application has become active. The application will be rendering to the screen after this event is received.

Data:

        No data payload

gre.mobile.on_background

The application has lost focus.

Data:

        No data payload

Was this article helpful?
0 out of 0 found this helpful