Back

DownloadFile

DownloadFile uses Android's built-in download manager by starting downloads that will be handled in the notification tray by the Android system.

app.DownloadFile( source, destination, title, description, options )

string
string - path to file or folder ( "/absolute/..." or "relative/..." )
unknown