File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/src/main/java/com/segment/analytics/kotlin/destinations/flurry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ import com.segment.analytics.kotlin.core.utilities.toContent
1515import kotlinx.serialization.Serializable
1616import kotlinx.serialization.json.JsonObject
1717
18- class FlurryDestination ( private val flurryAgentBuilder : FlurryAgent . Builder = FlurryAgent . Builder ()) :
18+ class FlurryDestination :
1919 DestinationPlugin (), AndroidLifecycle {
2020 companion object {
2121 private const val FLURRY_FULL_KEY = " Flurry"
2222 }
2323
2424 override val key: String = FLURRY_FULL_KEY
25-
25+ internal var flurryAgentBuilder : FlurryAgent . Builder = FlurryAgent . Builder ()
2626 internal var flurrySettings: FlurrySettings ? = null
2727
2828 override fun update (settings : Settings , type : Plugin .UpdateType ) {
You can’t perform that action at this time.
0 commit comments