@@ -62,6 +62,8 @@ object com.datadog.android.rum.RumAttributes
62
62
const val NETWORK_SIGNAL_STRENGTH: String
63
63
const val NETWORK_UP_KBPS: String
64
64
const val NETWORK_BYTES_READ: String
65
+ const val FLUTTER_FIRST_BUILD_COMPLETE: String
66
+ const val CUSTOM_INV_VALUE: String
65
67
data class com.datadog.android.rum.RumConfiguration
66
68
class Builder
67
69
constructor(String)
@@ -83,7 +85,7 @@ data class com.datadog.android.rum.RumConfiguration
83
85
fun useCustomEndpoint(String): Builder
84
86
fun setSessionListener(RumSessionListener): Builder
85
87
fun setInitialResourceIdentifier(com.datadog.android.rum.metric.networksettled.InitialResourceIdentifier): Builder
86
- fun setLastInteractionIdentifier(com.datadog.android.rum.metric.interactiontonextview.LastInteractionIdentifier): Builder
88
+ fun setLastInteractionIdentifier(com.datadog.android.rum.metric.interactiontonextview.LastInteractionIdentifier? ): Builder
87
89
fun build(): RumConfiguration
88
90
enum com.datadog.android.rum.RumErrorSource
89
91
- NETWORK
@@ -156,6 +158,7 @@ interface com.datadog.android.rum.RumSessionListener
156
158
class com.datadog.android.rum._RumInternalProxy
157
159
fun addLongTask(Long, String)
158
160
fun updatePerformanceMetric(RumPerformanceMetric, Double)
161
+ fun setInternalViewAttribute(String, Any?)
159
162
fun setSyntheticsAttribute(String?, String?)
160
163
companion object
161
164
fun setTelemetryConfigurationEventMapper(RumConfiguration.Builder, com.datadog.android.event.EventMapper<com.datadog.android.telemetry.model.TelemetryConfigurationEvent>): RumConfiguration.Builder
@@ -1775,7 +1778,7 @@ data class com.datadog.android.rum.model.ViewEvent
1775
1778
fun fromJson(kotlin.String): ViewEventSession
1776
1779
fun fromJsonObject(com.google.gson.JsonObject): ViewEventSession
1777
1780
data class ViewEventView
1778
- 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)
1781
+ 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 )
1779
1782
fun toJson(): com.google.gson.JsonElement
1780
1783
companion object
1781
1784
fun fromJson(kotlin.String): ViewEventView
@@ -1913,6 +1916,12 @@ data class com.datadog.android.rum.model.ViewEvent
1913
1916
companion object
1914
1917
fun fromJson(kotlin.String): FlutterBuildTime
1915
1918
fun fromJsonObject(com.google.gson.JsonObject): FlutterBuildTime
1919
+ data class Performance
1920
+ constructor(Cls? = null, Fcp? = null, Fid? = null, Inp? = null, Lcp? = null, Fbc? = null)
1921
+ fun toJson(): com.google.gson.JsonElement
1922
+ companion object
1923
+ fun fromJson(kotlin.String): Performance
1924
+ fun fromJsonObject(com.google.gson.JsonObject): Performance
1916
1925
data class Cellular
1917
1926
constructor(kotlin.String? = null, kotlin.String? = null)
1918
1927
fun toJson(): com.google.gson.JsonElement
@@ -1961,6 +1970,48 @@ data class com.datadog.android.rum.model.ViewEvent
1961
1970
companion object
1962
1971
fun fromJson(kotlin.String): ContainerView
1963
1972
fun fromJsonObject(com.google.gson.JsonObject): ContainerView
1973
+ data class Cls
1974
+ constructor(kotlin.Number, kotlin.Long? = null, kotlin.String? = null, PreviousRect? = null, PreviousRect? = null)
1975
+ fun toJson(): com.google.gson.JsonElement
1976
+ companion object
1977
+ fun fromJson(kotlin.String): Cls
1978
+ fun fromJsonObject(com.google.gson.JsonObject): Cls
1979
+ data class Fcp
1980
+ constructor(kotlin.Long)
1981
+ fun toJson(): com.google.gson.JsonElement
1982
+ companion object
1983
+ fun fromJson(kotlin.String): Fcp
1984
+ fun fromJsonObject(com.google.gson.JsonObject): Fcp
1985
+ data class Fid
1986
+ constructor(kotlin.Long, kotlin.Long, kotlin.String? = null)
1987
+ fun toJson(): com.google.gson.JsonElement
1988
+ companion object
1989
+ fun fromJson(kotlin.String): Fid
1990
+ fun fromJsonObject(com.google.gson.JsonObject): Fid
1991
+ data class Inp
1992
+ constructor(kotlin.Long, kotlin.Long? = null, kotlin.String? = null)
1993
+ fun toJson(): com.google.gson.JsonElement
1994
+ companion object
1995
+ fun fromJson(kotlin.String): Inp
1996
+ fun fromJsonObject(com.google.gson.JsonObject): Inp
1997
+ data class Lcp
1998
+ constructor(kotlin.Long, kotlin.String? = null, kotlin.String? = null)
1999
+ fun toJson(): com.google.gson.JsonElement
2000
+ companion object
2001
+ fun fromJson(kotlin.String): Lcp
2002
+ fun fromJsonObject(com.google.gson.JsonObject): Lcp
2003
+ data class Fbc
2004
+ constructor(kotlin.Long)
2005
+ fun toJson(): com.google.gson.JsonElement
2006
+ companion object
2007
+ fun fromJson(kotlin.String): Fbc
2008
+ fun fromJsonObject(com.google.gson.JsonObject): Fbc
2009
+ data class PreviousRect
2010
+ constructor(kotlin.Number, kotlin.Number, kotlin.Number, kotlin.Number)
2011
+ fun toJson(): com.google.gson.JsonElement
2012
+ companion object
2013
+ fun fromJson(kotlin.String): PreviousRect
2014
+ fun fromJsonObject(com.google.gson.JsonObject): PreviousRect
1964
2015
enum ViewEventSource
1965
2016
constructor(kotlin.String)
1966
2017
- ANDROID
@@ -2076,7 +2127,7 @@ data class com.datadog.android.rum.model.ViewEvent
2076
2127
companion object
2077
2128
fun fromJson(kotlin.String): State
2078
2129
data class com.datadog.android.rum.model.ViewPerformanceData
2079
- constructor(Cls? = null, Fcp? = null, Fid? = null, Inp? = null, Lcp? = null)
2130
+ constructor(Cls? = null, Fcp? = null, Fid? = null, Inp? = null, Lcp? = null, Fbc? = null )
2080
2131
fun toJson(): com.google.gson.JsonElement
2081
2132
companion object
2082
2133
fun fromJson(kotlin.String): ViewPerformanceData
@@ -2111,6 +2162,12 @@ data class com.datadog.android.rum.model.ViewPerformanceData
2111
2162
companion object
2112
2163
fun fromJson(kotlin.String): Lcp
2113
2164
fun fromJsonObject(com.google.gson.JsonObject): Lcp
2165
+ data class Fbc
2166
+ constructor(kotlin.Long)
2167
+ fun toJson(): com.google.gson.JsonElement
2168
+ companion object
2169
+ fun fromJson(kotlin.String): Fbc
2170
+ fun fromJsonObject(com.google.gson.JsonObject): Fbc
2114
2171
data class PreviousRect
2115
2172
constructor(kotlin.Number, kotlin.Number, kotlin.Number, kotlin.Number)
2116
2173
fun toJson(): com.google.gson.JsonElement
0 commit comments