loadAsync

open fun loadAsync()

Downloads the specified endpoint by setPath as a string and calls onResponse on success.


open fun loadAsync(callback: Downloader.Callback)

Downloads the specified endpoint by setPath as a string and calls onResponse on success.

Parameters

callback

a callback for notification when the download has finished