Skip to content

Commit

Permalink
remoteConfigs field of QRemoteConfigList is made public (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpertsyanKM authored Mar 29, 2024
1 parent 33db7df commit 106cd82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.qonversion.android.sdk.dto

data class QRemoteConfigList internal constructor(
internal val remoteConfigs: List<QRemoteConfig>
val remoteConfigs: List<QRemoteConfig>
) {
fun remoteConfigForContextKey(key: String): QRemoteConfig? {
return remoteConfigs.find { it.source.contextKey == key }
Expand Down

0 comments on commit 106cd82

Please sign in to comment.