app.screen.id
Developmentstringas of v1.44.0
An identifier that uniquely differentiates this screen from other screens in the same application.
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
- f9bc787d-ff05-48ad-90e1-fca1d46130b3
- com.example.app.MainActivity
- com.example.shop.ProductDetailFragment
- MyApp.ProfileView
- MyApp.ProfileViewController
Used by
events (2)
- app.screen.click
- app.widget.click
* required on that signal.
History
Added as development.