Interface IAnylineUpdateDelegate


  • public interface IAnylineUpdateDelegate
    • Method Detail

      • onUpdateProgress

        void onUpdateProgress​(java.lang.String fileName,
                              float progress)
        Gives current progress for the running update
        Parameters:
        fileName - Name of the file that gets updated
        progress - Float, percentage of how much is downloaded already
      • onUpdateError

        void onUpdateError​(java.lang.String error)
        Gives the error message in case the update fails
        Parameters:
        error - Error message
      • onUpdateFinished

        void onUpdateFinished()
        Gives the callback that the update has finished