Interface LoadTileAnimationTask.LoadTileProgressBar

    • Method Detail

      • showAnimProgress

        void showAnimProgress()
        Shows the start of the animation.
      • hideAnimProgress

        void hideAnimProgress()
        Shows that the animation has stopped.
      • setAnimProgress

        void setAnimProgress​(int current,
                             int max)
        Sets the progress of the animation tile loading.
        Parameters:
        current - The current progress of the animation loading.
        max - The total number of animations to load.