downloadSuccess

open fun downloadSuccess(url: String, startValue: Any?)

Invoked when a network download completes successfully.

Parameters

startValue

the value returned by downloadStart for the start of this call. This is null unless downloadStart is overridden to return something else.