Class AndroidIncubatingAttributes.AndroidAppStateIncubatingValues

java.lang.Object
io.opentelemetry.semconv.incubating.AndroidIncubatingAttributes.AndroidAppStateIncubatingValues
Enclosing class:
AndroidIncubatingAttributes

public static final class AndroidIncubatingAttributes.AndroidAppStateIncubatingValues extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    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
    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
    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
      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
      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
      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: