Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
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