onDownloadCompleted

abstract fun onDownloadCompleted(data: @NotNull Array<Byte>)

Called when the download has finished successfully.

Parameters

data

downloaded data.