@@ -1779,7 +1779,7 @@ data class com.datadog.android.rum.model.ViewEvent
1779
1779
fun fromJson(kotlin.String): ViewEventSession
1780
1780
fun fromJsonObject(com.google.gson.JsonObject): ViewEventSession
1781
1781
data class ViewEventView
1782
- 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)
1782
+ 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, kotlin.collections.List<SlowFrame>? = 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, kotlin.Number? = null, kotlin.Number? = null, FlutterBuildTime? = null, FlutterBuildTime? = null, FlutterBuildTime? = null, Performance? = null)
1783
1783
fun toJson(): com.google.gson.JsonElement
1784
1784
companion object
1785
1785
fun fromJson(kotlin.String): ViewEventView
@@ -1833,7 +1833,7 @@ data class com.datadog.android.rum.model.ViewEvent
1833
1833
fun fromJson(kotlin.String): Device
1834
1834
fun fromJsonObject(com.google.gson.JsonObject): Device
1835
1835
data class Dd
1836
- constructor(DdSession? = null, Configuration? = null, kotlin.String? = null, kotlin.Long, kotlin.collections.List<PageState>? = null, ReplayStats? = null)
1836
+ constructor(DdSession? = null, Configuration? = null, kotlin.String? = null, kotlin.Long, kotlin.collections.List<PageState>? = null, ReplayStats? = null, DdCls? = null )
1837
1837
val formatVersion: kotlin.Long
1838
1838
fun toJson(): com.google.gson.JsonElement
1839
1839
companion object
@@ -1893,6 +1893,12 @@ data class com.datadog.android.rum.model.ViewEvent
1893
1893
companion object
1894
1894
fun fromJson(kotlin.String): FrozenFrame
1895
1895
fun fromJsonObject(com.google.gson.JsonObject): FrozenFrame
1896
+ data class SlowFrame
1897
+ constructor(kotlin.Long, kotlin.Long)
1898
+ fun toJson(): com.google.gson.JsonElement
1899
+ companion object
1900
+ fun fromJson(kotlin.String): SlowFrame
1901
+ fun fromJsonObject(com.google.gson.JsonObject): SlowFrame
1896
1902
data class Resource
1897
1903
constructor(kotlin.Long)
1898
1904
fun toJson(): com.google.gson.JsonElement
@@ -1918,7 +1924,7 @@ data class com.datadog.android.rum.model.ViewEvent
1918
1924
fun fromJson(kotlin.String): FlutterBuildTime
1919
1925
fun fromJsonObject(com.google.gson.JsonObject): FlutterBuildTime
1920
1926
data class Performance
1921
- constructor(Cls ? = null, Fcp? = null, Fid? = null, Inp? = null, Lcp? = null, Fbc? = null)
1927
+ constructor(PerformanceCls ? = null, Fcp? = null, Fid? = null, Inp? = null, Lcp? = null, Fbc? = null)
1922
1928
fun toJson(): com.google.gson.JsonElement
1923
1929
companion object
1924
1930
fun fromJson(kotlin.String): Performance
@@ -1965,18 +1971,24 @@ data class com.datadog.android.rum.model.ViewEvent
1965
1971
companion object
1966
1972
fun fromJson(kotlin.String): ReplayStats
1967
1973
fun fromJsonObject(com.google.gson.JsonObject): ReplayStats
1974
+ data class DdCls
1975
+ constructor(kotlin.Number? = null)
1976
+ fun toJson(): com.google.gson.JsonElement
1977
+ companion object
1978
+ fun fromJson(kotlin.String): DdCls
1979
+ fun fromJsonObject(com.google.gson.JsonObject): DdCls
1968
1980
data class ContainerView
1969
1981
constructor(kotlin.String)
1970
1982
fun toJson(): com.google.gson.JsonElement
1971
1983
companion object
1972
1984
fun fromJson(kotlin.String): ContainerView
1973
1985
fun fromJsonObject(com.google.gson.JsonObject): ContainerView
1974
- data class Cls
1986
+ data class PerformanceCls
1975
1987
constructor(kotlin.Number, kotlin.Long? = null, kotlin.String? = null, PreviousRect? = null, PreviousRect? = null)
1976
1988
fun toJson(): com.google.gson.JsonElement
1977
1989
companion object
1978
- fun fromJson(kotlin.String): Cls
1979
- fun fromJsonObject(com.google.gson.JsonObject): Cls
1990
+ fun fromJson(kotlin.String): PerformanceCls
1991
+ fun fromJsonObject(com.google.gson.JsonObject): PerformanceCls
1980
1992
data class Fcp
1981
1993
constructor(kotlin.Long)
1982
1994
fun toJson(): com.google.gson.JsonElement
0 commit comments