Class AndroidIncubatingAttributes.AndroidStateIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.AndroidIncubatingAttributes.AndroidStateIncubatingValues
- Enclosing class:
- AndroidIncubatingAttributes
@Deprecated
public static final class AndroidIncubatingAttributes.AndroidStateIncubatingValues
extends Object
Deprecated.
Values for
AndroidIncubatingAttributes.ANDROID_STATE-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.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.static final StringDeprecated.Any time before Activity.onResume() or, if the app has no Activity, Context.startService() has been called in the app for the first time.static final StringDeprecated.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. -
Method Summary
-
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:
-
device.app.lifecycle.