@@ -72,3 +72,111 @@ interface com.datadog.android.flags.model.UnparsedFlag
7272 val variationKey: String
7373 val extraLogging: org.json.JSONObject
7474 val reason: String
75+ data class com.datadog.android.flags.model.BatchedFlagEvaluations
76+ constructor(Context? = null, kotlin.collections.List<FlagEvaluation>)
77+ fun toJson(): com.google.gson.JsonElement
78+ companion object
79+ fun fromJson(kotlin.String): BatchedFlagEvaluations
80+ fun fromJsonObject(com.google.gson.JsonObject): BatchedFlagEvaluations
81+ data class Context
82+ constructor(kotlin.String? = null, kotlin.String? = null, kotlin.String? = null, Device? = null, Os? = null, Geo? = null, Rum? = null)
83+ fun toJson(): com.google.gson.JsonElement
84+ companion object
85+ fun fromJson(kotlin.String): Context
86+ fun fromJsonObject(com.google.gson.JsonObject): Context
87+ data class FlagEvaluation
88+ constructor(kotlin.Long, Identifier, Identifier? = null, Identifier? = null, Identifier? = null, kotlin.String? = null, Context1? = null, Error? = null, kotlin.Long, kotlin.Long, kotlin.Long, kotlin.Boolean? = null)
89+ fun toJson(): com.google.gson.JsonElement
90+ companion object
91+ fun fromJson(kotlin.String): FlagEvaluation
92+ fun fromJsonObject(com.google.gson.JsonObject): FlagEvaluation
93+ data class Device
94+ constructor(kotlin.String? = null, kotlin.String? = null, kotlin.String? = null, kotlin.String? = null)
95+ fun toJson(): com.google.gson.JsonElement
96+ companion object
97+ fun fromJson(kotlin.String): Device
98+ fun fromJsonObject(com.google.gson.JsonObject): Device
99+ data class Os
100+ constructor(kotlin.String? = null, kotlin.String? = null)
101+ fun toJson(): com.google.gson.JsonElement
102+ companion object
103+ fun fromJson(kotlin.String): Os
104+ fun fromJsonObject(com.google.gson.JsonObject): Os
105+ data class Geo
106+ constructor(kotlin.String? = null, kotlin.String? = null)
107+ fun toJson(): com.google.gson.JsonElement
108+ companion object
109+ fun fromJson(kotlin.String): Geo
110+ fun fromJsonObject(com.google.gson.JsonObject): Geo
111+ data class Rum
112+ constructor(Application? = null, View? = null)
113+ fun toJson(): com.google.gson.JsonElement
114+ companion object
115+ fun fromJson(kotlin.String): Rum
116+ fun fromJsonObject(com.google.gson.JsonObject): Rum
117+ data class Identifier
118+ constructor(kotlin.String)
119+ fun toJson(): com.google.gson.JsonElement
120+ companion object
121+ fun fromJson(kotlin.String): Identifier
122+ fun fromJsonObject(com.google.gson.JsonObject): Identifier
123+ data class Context1
124+ constructor(Evaluation? = null, Dd? = null)
125+ fun toJson(): com.google.gson.JsonElement
126+ companion object
127+ fun fromJson(kotlin.String): Context1
128+ fun fromJsonObject(com.google.gson.JsonObject): Context1
129+ data class Error
130+ constructor(kotlin.String)
131+ fun toJson(): com.google.gson.JsonElement
132+ companion object
133+ fun fromJson(kotlin.String): Error
134+ fun fromJsonObject(com.google.gson.JsonObject): Error
135+ data class Application
136+ constructor(kotlin.String? = null)
137+ fun toJson(): com.google.gson.JsonElement
138+ companion object
139+ fun fromJson(kotlin.String): Application
140+ fun fromJsonObject(com.google.gson.JsonObject): Application
141+ data class View
142+ constructor(kotlin.String? = null)
143+ fun toJson(): com.google.gson.JsonElement
144+ companion object
145+ fun fromJson(kotlin.String): View
146+ fun fromJsonObject(com.google.gson.JsonObject): View
147+ data class Evaluation
148+ constructor(kotlin.collections.MutableMap<kotlin.String, kotlin.Any?> = mutableMapOf())
149+ fun toJson(): com.google.gson.JsonElement
150+ companion object
151+ fun fromJson(kotlin.String): Evaluation
152+ fun fromJsonObject(com.google.gson.JsonObject): Evaluation
153+ data class Dd
154+ constructor(kotlin.String? = null, Rum? = null, kotlin.collections.MutableMap<kotlin.String, kotlin.Any?> = mutableMapOf())
155+ fun toJson(): com.google.gson.JsonElement
156+ companion object
157+ fun fromJson(kotlin.String): Dd
158+ fun fromJsonObject(com.google.gson.JsonObject): Dd
159+ data class com.datadog.android.flags.model.ExposureEvent
160+ constructor(kotlin.Long, Identifier, Identifier, Identifier, Subject)
161+ fun toJson(): com.google.gson.JsonElement
162+ companion object
163+ fun fromJson(kotlin.String): ExposureEvent
164+ fun fromJsonObject(com.google.gson.JsonObject): ExposureEvent
165+ data class Identifier
166+ constructor(kotlin.String)
167+ fun toJson(): com.google.gson.JsonElement
168+ companion object
169+ fun fromJson(kotlin.String): Identifier
170+ fun fromJsonObject(com.google.gson.JsonObject): Identifier
171+ data class Subject
172+ constructor(kotlin.String, Attributes)
173+ fun toJson(): com.google.gson.JsonElement
174+ companion object
175+ fun fromJson(kotlin.String): Subject
176+ fun fromJsonObject(com.google.gson.JsonObject): Subject
177+ data class Attributes
178+ constructor(kotlin.collections.MutableMap<kotlin.String, kotlin.String> = mutableMapOf())
179+ fun toJson(): com.google.gson.JsonElement
180+ companion object
181+ fun fromJson(kotlin.String): Attributes
182+ fun fromJsonObject(com.google.gson.JsonObject): Attributes
0 commit comments