ApplicationContext
A GlobalContext describing in which app the event happens, like a website or iOS app.
graph LR
AbstractContext["AbstractContext<br><span class='properties'>id: string<br />_type: string</span>"] --> AbstractGlobalContext;
AbstractGlobalContext --> ApplicationContext;
class ApplicationContext diagramActive;
click AbstractGlobalContext "/docs/taxonomy/global-contexts" "See details" _self
Diagram: ApplicationContext inheritance
Properties
type | description | |
---|---|---|
id | string | Unique string describing the app in which the events happen. |
_type | string | String literal used during serialization. Should always match the Context interface name. |