Type Alias: DownloadCompleteCallback
DownloadCompleteCallback = (
queueId,filePath) =>void
Defined in: Services/IDownloadService.ts:11
Callback function for download completion
Parameters
queueId
number
filePath
string
Returns
void
DownloadCompleteCallback = (
queueId,filePath) =>void
Defined in: Services/IDownloadService.ts:11
Callback function for download completion
number
string
void