AndroidExperimentalAttributes

org.typelevel.otel4s.semconv.experimental.attributes.AndroidExperimentalAttributes

Attributes

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

Members list

Type members

Classlikes

abstract class AndroidStateValue(val value: String)

Values for AndroidState.

Values for AndroidState.

Attributes

Companion
object
Source
AndroidExperimentalAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Background
object Created
object Foreground

Attributes

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

Value members

Concrete fields

Uniquely identifies the framework API revision offered by a version (os.version) of the android operating system.

Uniquely identifies the framework API revision offered by a version (os.version) of the android operating system. More information can be found <a href="https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels">here.

Attributes

Source
AndroidExperimentalAttributes.scala

This attribute represents the state the application has transitioned into at the occurrence of the event.

This attribute represents the state the application has transitioned into at the occurrence of the event.

Attributes

Note

  • The Android lifecycle states are defined in <a href="https://developer.android.com/guide/components/activities/activity-lifecycle#lc">Activity lifecycle callbacks, and from which the `OS identifiers` are derived.

Source
AndroidExperimentalAttributes.scala