Interfaces
DownloadedData
DownloadedData
interface DownloadedData extends EventData { image: ImageSource; key: string; }
Provides data for downloaded event.
Summary β
Properties β
image β
image: ImageSource
Gets the cached image.
key β
A string indentifier of the cached image.
- Previous
- DownloadRequest
- Next
- EventData
On this page