Skip to content

Commit

Permalink
Regenerate apiSurface
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejburda committed Jan 24, 2025
1 parent c7a2046 commit 91a5b2f
Showing 1 changed file with 1 addition and 43 deletions.
44 changes: 1 addition & 43 deletions features/dd-sdk-android-rum/api/apiSurface
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ data class com.datadog.android.rum.model.ViewEvent
fun fromJson(kotlin.String): ViewEventSession
fun fromJsonObject(com.google.gson.JsonObject): ViewEventSession
data class ViewEventView
constructor(kotlin.String, kotlin.String? = null, kotlin.String, kotlin.String? = null, kotlin.Long? = null, kotlin.Long? = null, kotlin.Long? = null, LoadingType? = null, kotlin.Long, kotlin.Long? = null, kotlin.Long? = null, kotlin.String? = null, kotlin.Long? = null, kotlin.Long? = null, kotlin.String? = null, kotlin.Long? = null, kotlin.Long? = null, kotlin.String? = null, kotlin.Number? = null, kotlin.Long? = null, kotlin.String? = null, kotlin.Long? = null, kotlin.Long? = null, kotlin.Long? = null, kotlin.Long? = null, kotlin.Long? = null, CustomTimings? = null, kotlin.Boolean? = null, kotlin.Boolean? = null, Action, Error, Crash? = null, LongTask? = null, FrozenFrame? = null, Resource, Frustration? = null, kotlin.collections.List<InForegroundPeriod>? = null, kotlin.Number? = null, kotlin.Number? = null, kotlin.Number? = null, kotlin.Number? = null, kotlin.Number? = null, kotlin.Number? = null, FlutterBuildTime? = null, FlutterBuildTime? = null, FlutterBuildTime? = null, Performance? = null)
constructor(kotlin.String, kotlin.String? = null, kotlin.String, kotlin.String? = null, kotlin.Long? = null, kotlin.Long? = null, kotlin.Long? = null, LoadingType? = null, kotlin.Long, kotlin.Long? = null, kotlin.Long? = null, kotlin.String? = null, kotlin.Long? = null, kotlin.Long? = null, kotlin.String? = null, kotlin.Long? = null, kotlin.Long? = null, kotlin.String? = null, kotlin.Number? = null, kotlin.Long? = null, kotlin.String? = null, kotlin.Long? = null, kotlin.Long? = null, kotlin.Long? = null, kotlin.Long? = null, kotlin.Long? = null, CustomTimings? = null, kotlin.Boolean? = null, kotlin.Boolean? = null, Action, Error, Crash? = null, LongTask? = null, FrozenFrame? = null, Resource, Frustration? = null, kotlin.collections.List<InForegroundPeriod>? = null, kotlin.Number? = null, kotlin.Number? = null, kotlin.Number? = null, kotlin.Number? = null, kotlin.Number? = null, kotlin.Number? = null, FlutterBuildTime? = null, FlutterBuildTime? = null, FlutterBuildTime? = null)
fun toJson(): com.google.gson.JsonElement
companion object
fun fromJson(kotlin.String): ViewEventView
Expand Down Expand Up @@ -1913,12 +1913,6 @@ data class com.datadog.android.rum.model.ViewEvent
companion object
fun fromJson(kotlin.String): FlutterBuildTime
fun fromJsonObject(com.google.gson.JsonObject): FlutterBuildTime
data class Performance
constructor(Cls? = null, Fcp? = null, Fid? = null, Inp? = null, Lcp? = null)
fun toJson(): com.google.gson.JsonElement
companion object
fun fromJson(kotlin.String): Performance
fun fromJsonObject(com.google.gson.JsonObject): Performance
data class Cellular
constructor(kotlin.String? = null, kotlin.String? = null)
fun toJson(): com.google.gson.JsonElement
Expand Down Expand Up @@ -1967,42 +1961,6 @@ data class com.datadog.android.rum.model.ViewEvent
companion object
fun fromJson(kotlin.String): ContainerView
fun fromJsonObject(com.google.gson.JsonObject): ContainerView
data class Cls
constructor(kotlin.Number, kotlin.Long? = null, kotlin.String? = null, PreviousRect? = null, PreviousRect? = null)
fun toJson(): com.google.gson.JsonElement
companion object
fun fromJson(kotlin.String): Cls
fun fromJsonObject(com.google.gson.JsonObject): Cls
data class Fcp
constructor(kotlin.Long)
fun toJson(): com.google.gson.JsonElement
companion object
fun fromJson(kotlin.String): Fcp
fun fromJsonObject(com.google.gson.JsonObject): Fcp
data class Fid
constructor(kotlin.Long, kotlin.Long, kotlin.String? = null)
fun toJson(): com.google.gson.JsonElement
companion object
fun fromJson(kotlin.String): Fid
fun fromJsonObject(com.google.gson.JsonObject): Fid
data class Inp
constructor(kotlin.Long, kotlin.Long? = null, kotlin.String? = null)
fun toJson(): com.google.gson.JsonElement
companion object
fun fromJson(kotlin.String): Inp
fun fromJsonObject(com.google.gson.JsonObject): Inp
data class Lcp
constructor(kotlin.Long, kotlin.String? = null)
fun toJson(): com.google.gson.JsonElement
companion object
fun fromJson(kotlin.String): Lcp
fun fromJsonObject(com.google.gson.JsonObject): Lcp
data class PreviousRect
constructor(kotlin.Number, kotlin.Number, kotlin.Number, kotlin.Number)
fun toJson(): com.google.gson.JsonElement
companion object
fun fromJson(kotlin.String): PreviousRect
fun fromJsonObject(com.google.gson.JsonObject): PreviousRect
enum ViewEventSource
constructor(kotlin.String)
- ANDROID
Expand Down

0 comments on commit 91a5b2f

Please sign in to comment.