Skip to main content

APP_SCREEN_NAME

Constant APP_SCREEN_NAME 

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

The name of an application screen.

§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

  • "MainActivity"
  • "ProductDetailFragment"
  • "ProfileView"
  • "ProfileViewController"