Skip to content

Commit 4f68a51

Browse files
committed
api surface
1 parent 431f8fd commit 4f68a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/dd-sdk-android-flags/api/apiSurface

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ enum com.datadog.android.flags.model.ErrorCode
3030
data class com.datadog.android.flags.model.EvaluationContext
3131
constructor(String, Map<String, String> = emptyMap())
3232
data class com.datadog.android.flags.model.ResolutionDetails<T: Any>
33-
constructor(T, String? = null, ResolutionReason? = null, ErrorCode? = null, String? = null, Map<String, Any>? = null)
33+
constructor(T, String? = null, ResolutionReason? = null, ErrorCode? = null, String? = null, Map<String, Any> = emptyMap())
3434
enum com.datadog.android.flags.model.ResolutionReason
3535
- DEFAULT
3636
- TARGETING_MATCH

0 commit comments

Comments
 (0)