Bug 1880476 — Rename gleanplumb to nimbus messaging

fenix/125.0
James Hugman 4 months ago committed by mergify[bot]
parent 1b93e27944
commit 2fd8359d30

@ -11,7 +11,7 @@ import org.junit.Assert.assertEquals
import org.junit.Before import org.junit.Before
import org.junit.Rule import org.junit.Rule
import org.junit.Test import org.junit.Test
import org.mozilla.experiments.nimbus.GleanPlumbMessageHelper import org.mozilla.experiments.nimbus.NimbusMessagingHelperInterface
import org.mozilla.experiments.nimbus.StringHolder import org.mozilla.experiments.nimbus.StringHolder
import org.mozilla.fenix.R import org.mozilla.fenix.R
import org.mozilla.fenix.helpers.HomeActivityIntentTestRule import org.mozilla.fenix.helpers.HomeActivityIntentTestRule
@ -28,7 +28,7 @@ class OnboardingMapperTest {
private lateinit var junoOnboardingFeature: JunoOnboarding private lateinit var junoOnboardingFeature: JunoOnboarding
private lateinit var jexlConditions: Map<String, String> private lateinit var jexlConditions: Map<String, String>
private lateinit var jexlHelper: GleanPlumbMessageHelper private lateinit var jexlHelper: NimbusMessagingHelperInterface
private lateinit var evalFunction: (String) -> Boolean private lateinit var evalFunction: (String) -> Boolean
@Before @Before

@ -168,7 +168,7 @@ class Analytics(
NimbusMessagingStorage( NimbusMessagingStorage(
context = context, context = context,
metadataStorage = OnDiskMessageMetadataStorage(context), metadataStorage = OnDiskMessageMetadataStorage(context),
gleanPlumb = experiments, nimbus = experiments,
messagingFeature = FxNimbusMessaging.features.messaging, messagingFeature = FxNimbusMessaging.features.messaging,
attributeProvider = CustomAttributeProvider, attributeProvider = CustomAttributeProvider,
) )

@ -13,7 +13,7 @@ import org.mozilla.fenix.components.appstate.AppAction.MessagingAction.MessageCl
import org.mozilla.fenix.components.appstate.AppAction.MessagingAction.MessageDismissed import org.mozilla.fenix.components.appstate.AppAction.MessagingAction.MessageDismissed
/** /**
* Handles default interactions with the ui of GleanPlumb messages. * Handles default interactions with the ui of Nimbus Messaging messages.
*/ */
class DefaultMessageController( class DefaultMessageController(
private val appStore: AppStore, private val appStore: AppStore,

Loading…
Cancel
Save