app.screen.name
Developmentstringas of v1.44.0
The name of an application screen.
A screen represents only the part of the device display drawn by the app. It typically contains multiple widgets or UI components and is larger in scope than individual widgets. Multiple screens can coexist on the same display simultaneously (e.g., split view on tablets).
Examples
- MainActivity
- ProductDetailFragment
- ProfileView
- ProfileViewController
Used by
events (2)
- app.screen.click (opt-in)
- app.widget.click (opt-in)
* required on that signal.
History
Added as development.