downloadStart

open fun downloadStart(url: String): Any?

Invoked when a network download starts. This will be followed by downloadSuccess or downloadFailed.

Return

any object. This value will be passed back to one of the above functions. The base function always returns null.