RDK Resources
[*RDK Preferred*]
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
...
https://docs.netflixpartners.com/docs/nrdp/nrdp2024/application-states-and-management/
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 State | Description | Diagram |
---|---|---|
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. | |
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. |
Cobalt does not support any particular shutdown reasons–the app can be killed or transitioned between states without specifying a reason.
Can't share the Neflix Amazon info on public site, requires appropriate access control
...