Class SemanticAttributes.AndroidStateValues

java.lang.Object
io.opentelemetry.semconv.SemanticAttributes.AndroidStateValues
Enclosing class:
SemanticAttributes

@Deprecated public static final class SemanticAttributes.AndroidStateValues extends Object
Deprecated.
  • Field Details

    • CREATED

      @Deprecated 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

      @Deprecated 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

      @Deprecated 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: