Constant ANDROID_APP_STATE
pub const ANDROID_APP_STATE: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
This attribute represents the state of the application.
§Notes
The Android lifecycle states are defined in Activity lifecycle callbacks, and from which the OS identifiers are derived.
§Examples
"created"