Interface DownloadRequest


public interface DownloadRequest
Represents an active download request (in progress).
  • Method Summary

    Modifier and Type Method Description
    void cancel()
    Cancel the download request.
  • Method Details

    • cancel

      void cancel()
      Cancel the download request.