Skip to main content

APP_SCREEN_ID

Constant APP_SCREEN_ID 

pub const APP_SCREEN_ID: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

An identifier that uniquely differentiates this screen from other screens in the same application.

§Notes

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"