downloadUrl

public abstract void downloadUrl(String url)

Starts downloading the resource at the specified URL.

If the given URL is valid and points to a downloadable resource, then the download process will be started. To control the download process, use tech.fuzio.browser.callback.StartDownloadCallback.

The method does nothing if the given URL is invalid or points to a resource that cannot be downloaded.

Parameters

url

the URL of the resource to download

Throws

when url is an empty or blank string

when the browser is already closed