Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/dd-sdk-android-rum/api/apiSurface
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ data class com.datadog.android.rum.model.ActionEvent
fun fromJson(kotlin.String): Position
fun fromJsonObject(com.google.gson.JsonObject): Position
data class DdActionTarget
constructor(kotlin.String? = null, kotlin.Long? = null, kotlin.Long? = null)
constructor(kotlin.String? = null, kotlin.Long? = null, kotlin.Long? = null, kotlin.String? = null)
fun toJson(): com.google.gson.JsonElement
companion object
fun fromJson(kotlin.String): DdActionTarget
Expand Down
10 changes: 6 additions & 4 deletions features/dd-sdk-android-rum/api/dd-sdk-android-rum.api
Original file line number Diff line number Diff line change
Expand Up @@ -1029,17 +1029,19 @@ public final class com/datadog/android/rum/model/ActionEvent$DdAction$Companion
public final class com/datadog/android/rum/model/ActionEvent$DdActionTarget {
public static final field Companion Lcom/datadog/android/rum/model/ActionEvent$DdActionTarget$Companion;
public fun <init> ()V
public fun <init> (Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;)V
public synthetic fun <init> (Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun <init> (Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/String;)V
public synthetic fun <init> (Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun component1 ()Ljava/lang/String;
public final fun component2 ()Ljava/lang/Long;
public final fun component3 ()Ljava/lang/Long;
public final fun copy (Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;)Lcom/datadog/android/rum/model/ActionEvent$DdActionTarget;
public static synthetic fun copy$default (Lcom/datadog/android/rum/model/ActionEvent$DdActionTarget;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;ILjava/lang/Object;)Lcom/datadog/android/rum/model/ActionEvent$DdActionTarget;
public final fun component4 ()Ljava/lang/String;
public final fun copy (Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/String;)Lcom/datadog/android/rum/model/ActionEvent$DdActionTarget;
public static synthetic fun copy$default (Lcom/datadog/android/rum/model/ActionEvent$DdActionTarget;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/String;ILjava/lang/Object;)Lcom/datadog/android/rum/model/ActionEvent$DdActionTarget;
public fun equals (Ljava/lang/Object;)Z
public static final fun fromJson (Ljava/lang/String;)Lcom/datadog/android/rum/model/ActionEvent$DdActionTarget;
public static final fun fromJsonObject (Lcom/google/gson/JsonObject;)Lcom/datadog/android/rum/model/ActionEvent$DdActionTarget;
public final fun getHeight ()Ljava/lang/Long;
public final fun getPermanentId ()Ljava/lang/String;
public final fun getSelector ()Ljava/lang/String;
public final fun getWidth ()Ljava/lang/Long;
public fun hashCode ()I
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@
"type": "integer",
"description": "Height of the target element (in pixels)",
"readOnly": true
},
"permanent_id": {
"type": "string",
"description": "Mobile-only: a globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate actions with mobile session replay wireframes.",
"readOnly": true
}
}
},
Expand Down
10 changes: 5 additions & 5 deletions features/dd-sdk-android-session-replay/api/apiSurface
Original file line number Diff line number Diff line change
Expand Up @@ -295,35 +295,35 @@ data class com.datadog.android.sessionreplay.model.MobileSegment
sealed class Wireframe
abstract fun toJson(): com.google.gson.JsonElement
data class ShapeWireframe : Wireframe
constructor(kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, WireframeClip? = null, ShapeStyle? = null, ShapeBorder? = null)
constructor(kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, WireframeClip? = null, ShapeStyle? = null, ShapeBorder? = null, kotlin.String? = null)
val type: kotlin.String
override fun toJson(): com.google.gson.JsonElement
companion object
fun fromJson(kotlin.String): ShapeWireframe
fun fromJsonObject(com.google.gson.JsonObject): ShapeWireframe
data class TextWireframe : Wireframe
constructor(kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, WireframeClip? = null, ShapeStyle? = null, ShapeBorder? = null, kotlin.String, TextStyle, TextPosition? = null)
constructor(kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, WireframeClip? = null, ShapeStyle? = null, ShapeBorder? = null, kotlin.String, TextStyle, TextPosition? = null, kotlin.String? = null)
val type: kotlin.String
override fun toJson(): com.google.gson.JsonElement
companion object
fun fromJson(kotlin.String): TextWireframe
fun fromJsonObject(com.google.gson.JsonObject): TextWireframe
data class ImageWireframe : Wireframe
constructor(kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, WireframeClip? = null, ShapeStyle? = null, ShapeBorder? = null, kotlin.String? = null, kotlin.String? = null, kotlin.String? = null, kotlin.Boolean? = null)
constructor(kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, WireframeClip? = null, ShapeStyle? = null, ShapeBorder? = null, kotlin.String? = null, kotlin.String? = null, kotlin.String? = null, kotlin.Boolean? = null, kotlin.String? = null)
val type: kotlin.String
override fun toJson(): com.google.gson.JsonElement
companion object
fun fromJson(kotlin.String): ImageWireframe
fun fromJsonObject(com.google.gson.JsonObject): ImageWireframe
data class PlaceholderWireframe : Wireframe
constructor(kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, WireframeClip? = null, kotlin.String? = null)
constructor(kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, WireframeClip? = null, kotlin.String? = null, kotlin.String? = null)
val type: kotlin.String
override fun toJson(): com.google.gson.JsonElement
companion object
fun fromJson(kotlin.String): PlaceholderWireframe
fun fromJsonObject(com.google.gson.JsonObject): PlaceholderWireframe
data class WebviewWireframe : Wireframe
constructor(kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, WireframeClip? = null, ShapeStyle? = null, ShapeBorder? = null, kotlin.String, kotlin.Boolean? = null)
constructor(kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Long, WireframeClip? = null, ShapeStyle? = null, ShapeBorder? = null, kotlin.String, kotlin.Boolean? = null, kotlin.String? = null)
val type: kotlin.String
override fun toJson(): com.google.gson.JsonElement
companion object
Expand Down
Loading
Loading