Class Lottie


  • public class Lottie
    extends java.lang.Object
    Class for initializing the library with custom config
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void initialize​(LottieConfig lottieConfig)
      Initialize Lottie with global configuration.
      • Methods inherited from class java.lang.Object

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

      • initialize

        public static void initialize​(@NonNull
                                      LottieConfig lottieConfig)
        Initialize Lottie with global configuration.
        See Also:
        LottieConfig.Builder