Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://docs.netflixpartners.com/docs/nrdp/nrdp2024/application-states-and-management/

 Youtube Cobalt

4.2.2.1. Application States

https://developers.google.com/youtube/cobalt/docs/reference/starboard/modules/16/event
https://developers.google.com/youtube/cobalt/docs/reference/starboard/modules/16/system
https://developers.google.com/youtube/cobalt/docs/gen/cobalt/doc/lifecycle


Application StateDescriptionDiagram
Started

Visible; focused; foregrounded

The Started state; this should roughly correspond to a "focused application" in a traditional window manager, where the application is fully visible and the primary receiver of input events.

Image Modified

Blurred

Previously called paused

Visible, unfocused; foregrounded

This should roughly correspond to "unfocused application" in a traditional window manager, where the application may be partially visible.

Concealed

Previously called suspended (and preloading)

Hidden, unfocused; backgrounded

This is a intermediate state between blurred and frozen.

This should roughly correspond to "minimization" in a traditional window manager, where the application is no longer visible. However, the background tasks can still be running.

Frozen

Previously called suspended

Hidden, unfocused; backgrounded

In the Frozen state, the application will be resident, but probably not running and has no network access. The expectation is that an external system event will bring the application out of the Frozen state.

Shutdown Reasons

Cobalt does not support any particular shutdown reasons–the app can be killed or transitioned between states without specifying a reason.

Prime

Can't share the Neflix Amazon info on public site, requires appropriate access control 

...