Hey, I see there is a difference between the github version which has
downloadFile(url: string, options:DownloadOptions, cb: Function);
with lots of options in options. and the npm version has
downloadFile(url: string, cb: Function, directory?: string, filename?: string, title?: string, description?: string): void;
I installed it using:
tns plugin add nativescript-downloadmanager
Hey, I see there is a difference between the github version which has
downloadFile(url: string, options:DownloadOptions, cb: Function);
with lots of options in options. and the npm version hasdownloadFile(url: string, cb: Function, directory?: string, filename?: string, title?: string, description?: string): void;
I installed it using:
tns plugin add nativescript-downloadmanager