You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dd-sdk-android-core/api/dd-sdk-android-core.api
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -462,6 +462,19 @@ public final class com/datadog/android/api/storage/RawBatchEvent {
462
462
public fun toString ()Ljava/lang/String;
463
463
}
464
464
465
+
public final class com/datadog/android/core/ConnectionPoolInfo {
466
+
public fun <init> (II)V
467
+
public final fun component1 ()I
468
+
public final fun component2 ()I
469
+
public final fun copy (II)Lcom/datadog/android/core/ConnectionPoolInfo;
470
+
public static synthetic fun copy$default (Lcom/datadog/android/core/ConnectionPoolInfo;IIILjava/lang/Object;)Lcom/datadog/android/core/ConnectionPoolInfo;
471
+
public fun equals (Ljava/lang/Object;)Z
472
+
public final fun getConnectionCount ()I
473
+
public final fun getIdleConnectionCount ()I
474
+
public fun hashCode ()I
475
+
public fun toString ()Ljava/lang/String;
476
+
}
477
+
465
478
public abstract interface class com/datadog/android/core/InternalSdkCore : com/datadog/android/api/feature/FeatureSdkCore {
466
479
public abstract fun deleteLastViewEvent ()V
467
480
public abstract fun getAllFeatures ()Ljava/util/List;
0 commit comments