Type Alias: SessionVisibility
type SessionVisibility = "visible" | "visible-blurred" | "hidden" | "non-immersive";
Defined in: service-framework/src/runtime-adapter.ts:100
Session visibility as the host reports it. non-immersive means the page is
running in 2D with no session at all, which WebXR itself has no value for.