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.
Replaced by android.app.state.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    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.
    static final String
    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.
    static final String
    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.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CREATED

      public static final String 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

      public static final String 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

      public static final String 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: