ScreenContext

data class ScreenContext(val screen: String, val section: String? = null)

The screen (and optional section) an element belongs to. Provided by TrackedScreen so that nested instrumentation — e.g. impression and click tracking — can attach screen context automatically.

Constructors

Link copied to clipboard
constructor(screen: String, section: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard