Interface Pixmap.DownloadPixmapResponseListener

    • Method Detail

      • downloadComplete

        void downloadComplete​(Pixmap pixmap)
        Called on the render thread when image was downloaded successfully.
        Parameters:
        pixmap -
      • downloadFailed

        void downloadFailed​(java.lang.Throwable t)
        Called when image download failed. This might get called on a background thread.