LifecycleState: "foreground" | "background"

The lifecycle state of the application.

  • 'foreground' — The application is in the foreground (visible, active). Browser and desktop platforms always use this value.
  • 'background' — The application is in the background (not visible). Only applicable to mobile platforms.

Generated using TypeDoc