muzei-api / com.google.android.apps.muzei.api.provider / Artwork / data

data

val data: File

The File where a local copy of this artwork is stored. When first inserted, this file most certainly does not exist and will be created from the InputStream returned by MuzeiArtProvider.openFile.

Note: this will only be available if the artwork is retrieved from a MuzeiArtProvider.

Exceptions

IllegalStateException - if the Artwork was not retrieved from a MuzeiArtProvider