Class LegacyVersionUtils


  • public class LegacyVersionUtils
    extends java.lang.Object
    A utility class for handling migration from legacy versions, internal use only in the Mixpanel library. Not thread-safe.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void removeLegacyResidualImageFiles​(java.io.File fileOrDirectory)
      Remove the residual image files produced from legacy SDK versions 5.x and older (from Messages and Experiments features)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LegacyVersionUtils

        public LegacyVersionUtils()
    • Method Detail

      • removeLegacyResidualImageFiles

        public static void removeLegacyResidualImageFiles​(java.io.File fileOrDirectory)
        Remove the residual image files produced from legacy SDK versions 5.x and older (from Messages and Experiments features)
        Parameters:
        fileOrDirectory -