Class SplashScreen

    • Method Detail

      • isOpen

        public static boolean isOpen()
      • init

        public static void init()
      • stop

        public static void stop()
      • stage

        public static void stage​(double overallProgress,
                                 @Nullable
                                 String actionText,
                                 String subActionText)
      • stage

        public static void stage​(double startProgress,
                                 double endProgress,
                                 @Nullable
                                 String actionText,
                                 String subActionText,
                                 int done,
                                 int total,
                                 boolean mib)
      • stage

        public static void stage​(double overallProgress,
                                 @Nullable
                                 String actionText,
                                 String subActionText,
                                 @Nullable
                                 String progressText)