File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -261,14 +261,13 @@ interface com.datadog.android.core.internal.attributes.LocalAttribute
261
261
- CREATION_SAMPLING_RATE
262
262
- REPORTING_SAMPLING_RATE
263
263
- VIEW_SCOPE_INSTRUMENTATION_TYPE
264
+ override fun toString(): String
264
265
interface Constant
265
266
val key: Key
266
- val value: Any
267
267
fun MutableMap<String, Any?>.enrichWithConstantAttribute(LocalAttribute.Constant)
268
268
fun MutableMap<String, Any?>.enrichWithNonNullAttribute(LocalAttribute.Key, Any?)
269
269
fun MutableMap<String, Any?>.enrichWithLocalAttribute(LocalAttribute.Key, Any?)
270
270
enum com.datadog.android.core.internal.attributes.ViewScopeInstrumentationType : LocalAttribute.Constant
271
- constructor(String)
272
271
- MANUAL
273
272
- COMPOSE
274
273
- ACTIVITY
Original file line number Diff line number Diff line change @@ -721,7 +721,6 @@ public abstract interface class com/datadog/android/core/internal/attributes/Loc
721
721
722
722
public abstract interface class com/datadog/android/core/internal/attributes/LocalAttribute$Constant {
723
723
public abstract fun getKey ()Lcom/datadog/android/core/internal/attributes/LocalAttribute$Key;
724
- public abstract fun getValue ()Ljava/lang/Object;
725
724
}
726
725
727
726
public final class com/datadog/android/core/internal/attributes/LocalAttribute$Key : java/lang/Enum {
@@ -745,8 +744,6 @@ public final class com/datadog/android/core/internal/attributes/ViewScopeInstrum
745
744
public static final field FRAGMENT Lcom/datadog/android/core/internal/attributes/ViewScopeInstrumentationType;
746
745
public static final field MANUAL Lcom/datadog/android/core/internal/attributes/ViewScopeInstrumentationType;
747
746
public fun getKey ()Lcom/datadog/android/core/internal/attributes/LocalAttribute$Key;
748
- public synthetic fun getValue ()Ljava/lang/Object;
749
- public fun getValue ()Ljava/lang/String;
750
747
public static fun valueOf (Ljava/lang/String;)Lcom/datadog/android/core/internal/attributes/ViewScopeInstrumentationType;
751
748
public static fun values ()[Lcom/datadog/android/core/internal/attributes/ViewScopeInstrumentationType;
752
749
}
You can’t perform that action at this time.
0 commit comments