Package io.opentelemetry.semconv
Class SemanticAttributes.AndroidStateValues
java.lang.Object
io.opentelemetry.semconv.SemanticAttributes.AndroidStateValues
- Enclosing class:
- SemanticAttributes
Deprecated.
-
Field Details
-
CREATED
Deprecated.Any time before Activity.onResume() or, if the app has no Activity, Context.startService() has been called in the app for the first time.- See Also:
-
BACKGROUND
Deprecated.Any time after Activity.onPause() or, if the app has no Activity, Context.stopService() has been called when the app was in the foreground state.- See Also:
-
FOREGROUND
Deprecated.Any time after Activity.onResume() or, if the app has no Activity, Context.startService() has been called when the app was in either the created or background states.- See Also:
-