Interface
DownloadRequest
DownloadRequest
interface DownloadRequest {
completed: (image: any, key: string) => void;
error: (key: string) => void;
key: string;
url: string;
}Summary
Properties
completed
error
key
url
- Previous
- DownloadError
- Next
- DownloadedData