-
- All Implemented Interfaces:
-
com.datadog.android.internal.attributes.LocalAttribute.Constant,java.io.Serializable,kotlin.Comparable
public enum ViewScopeInstrumentationType extends Enum<ViewScopeInstrumentationType> implements LocalAttribute.Constant
A set of constants describing the instrumentation that were used to define the view scope.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FRAGMENTTracked through FragmentViewTrackingStrategy instrumentation.
ACTIVITYTracked through ActivityViewTrackingStrategy instrumentation.
COMPOSETracked through ComposeNavigationObserver instrumentation.
MANUALTracked manually through the RUMMonitor API.
-
Method Summary
Modifier and Type Method Description LocalAttribute.KeygetKey()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getKey
LocalAttribute.Key getKey()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-