IosStateValue

org.typelevel.otel4s.semconv.trace.attributes.SemanticAttributes.IosStateValue
See theIosStateValue companion class
object IosStateValue

Attributes

Companion
class
Source
SemanticAttributes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Active extends IosStateValue

The app has become active.

The app has become active. Associated with UIKit notification applicationDidBecomeActive.

Attributes

Source
SemanticAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Active.type
case object Background extends IosStateValue

The app is now in the background.

The app is now in the background. This value is associated with UIKit notification applicationDidEnterBackground.

Attributes

Source
SemanticAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Background.type
case object Foreground extends IosStateValue

The app is now in the foreground.

The app is now in the foreground. This value is associated with UIKit notification applicationWillEnterForeground.

Attributes

Source
SemanticAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Foreground.type
case object Inactive extends IosStateValue

The app is now inactive.

The app is now inactive. Associated with UIKit notification applicationWillResignActive.

Attributes

Source
SemanticAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Inactive.type
case object Terminate extends IosStateValue

The app is about to terminate.

The app is about to terminate. Associated with UIKit notification applicationWillTerminate.

Attributes

Source
SemanticAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Terminate.type