java.lang.Object | |
↳ | com.kinvey.java.core.MetaDownloadProgressListener |
This class is an extension of the DownloaderProgressListener
, which also provides a method for the retrieval of the metadata.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MetaDownloadProgressListener() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FileMetaData |
getMetadata()
Get the
FileMetaData object associated with this download | ||||||||||
void |
metaDataRetrieved(FileMetaData meta)
Called when metadata has been successfully retrieved from blob, this will occur before the actual file is downloaded.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Get the FileMetaData
object associated with this download
Called when metadata has been successfully retrieved from blob, this will occur before the actual file is downloaded.
meta | the metadata object of the file being downloaded. |
---|