AmbientContext
class AmbientContext
An immutable snapshot of a ScopeStack: the accumulated scope defaults plus the effective screen / section. Use enrich to apply it to an event's properties.
Properties
Link copied to clipboard
Whether a ScopeStack.maskScreen frame is what left screen null — i.e. the surface on display asserts it has no screen, rather than simply never having named one.
Functions
Link copied to clipboard
Returns properties enriched with this context: scope merged underneath (so an explicit property in properties wins over a scope default), then screen / section written on top under those reserved keys (overwriting any same-named entry) — the same precedence the Compose path applies via its scope decorator and withScreenContext.