Class SemanticAttributes.IosStateValues

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

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

    • ACTIVE

      @Deprecated public static final String ACTIVE
      Deprecated.
      The app has become `active`. Associated with UIKit notification `applicationDidBecomeActive`.
      See Also:
    • INACTIVE

      @Deprecated public static final String INACTIVE
      Deprecated.
      The app is now `inactive`. Associated with UIKit notification `applicationWillResignActive`.
      See Also:
    • BACKGROUND

      @Deprecated public static final String BACKGROUND
      Deprecated.
      The app is now in the background. This value is associated with UIKit notification `applicationDidEnterBackground`.
      See Also:
    • FOREGROUND

      @Deprecated public static final String FOREGROUND
      Deprecated.
      The app is now in the foreground. This value is associated with UIKit notification `applicationWillEnterForeground`.
      See Also:
    • TERMINATE

      @Deprecated public static final String TERMINATE
      Deprecated.
      The app is about to terminate. Associated with UIKit notification `applicationWillTerminate`.
      See Also: