Class SemanticAttributes.IosStateValues

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

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

    • ACTIVE

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

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

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

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

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