Interface IAssetDelegate


  • public interface IAssetDelegate
    • Method Detail

      • onAssetUpdateAvailable

        void onAssetUpdateAvailable​(boolean updateAvailable)
        Callback for checking whether new updates are available
        Parameters:
        updateAvailable - Returns status whether updates are available
      • onAssetDownloadProgress

        void onAssetDownloadProgress​(java.lang.String assetName,
                                     float progress)
        Callback which gives a progress of the asset downlaod
        Parameters:
        assetName - Name of the asset downloaded
        progress - Progress of the download
      • onAssetUpdateError

        void onAssetUpdateError​(java.lang.String error)
        Callback when there was an error downloading the assets
        Parameters:
        error - Error message
      • onAssetUpdateFinished

        void onAssetUpdateFinished()
        Callback after finishing downloading assets