AndroidStateValue

org.typelevel.otel4s.semconv.trace.attributes.SemanticAttributes.AndroidStateValue
See theAndroidStateValue companion class

Attributes

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

Members list

Type members

Classlikes

case object Background extends AndroidStateValue

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.

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.

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 Created extends AndroidStateValue

Any time before Activity.onResume() or, if the app has no Activity, Context.startService() has been called in the app for the first time.

Any time before Activity.onResume() or, if the app has no Activity, Context.startService() has been called in the app for the first time.

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
Created.type
case object Foreground extends AndroidStateValue

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.

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.

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