-
- All Implemented Interfaces:
-
com.datadog.android.internal.attributes.LocalAttribute.Constant,com.datadog.android.internal.attributes.ViewScopeInstrumentationType,java.io.Serializable,kotlin.Comparable
public enum ViewScopeInstrumentationType.Native extends Enum<ViewScopeInstrumentationType.Native> implements ViewScopeInstrumentationType
Native Android instrumentation types tracked by the SDK.
-
-
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()Constant attribute key. StringgetValue()The string value sent in telemetry for this instrumentation type. final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getKey
LocalAttribute.Key getKey()
Constant attribute key. For enum constants will be same for all values.
-
getOrdinal
final Integer getOrdinal()
-
-
-
-