Package io.opentelemetry.semconv
Class SemanticAttributes.IosStateValues
java.lang.Object
io.opentelemetry.semconv.SemanticAttributes.IosStateValues
- Enclosing class:
- SemanticAttributes
Deprecated.
-
Field Details
-
ACTIVE
Deprecated.The app has become `active`. Associated with UIKit notification `applicationDidBecomeActive`.- See Also:
-
INACTIVE
Deprecated.The app is now `inactive`. Associated with UIKit notification `applicationWillResignActive`.- See Also:
-
BACKGROUND
Deprecated.The app is now in the background. This value is associated with UIKit notification `applicationDidEnterBackground`.- See Also:
-
FOREGROUND
Deprecated.The app is now in the foreground. This value is associated with UIKit notification `applicationWillEnterForeground`.- See Also:
-
TERMINATE
Deprecated.The app is about to terminate. Associated with UIKit notification `applicationWillTerminate`.- See Also:
-