Interface OnMixpanelTweaksUpdatedListener

    • Method Detail

      • onMixpanelTweakUpdated

        void onMixpanelTweakUpdated​(java.util.Set<java.lang.String> updatedTweaksName)
        Called when the Mixpanel library has updated tweaks. This method will not be called once per tweak update, but rather any time a batch of updates becomes available.
        Parameters:
        updatedTweaksName - The set of tweak names that were updated.