Type Alias: BabylonXRSessionEventType
type BabylonXRSessionEventType = "end" | "visibilitychange" | "inputsourceschange";
Defined in: service-framework-babylon/src/babylon-runtime-adapter.ts:46
The events an XRSession raises that this adapter listens for.