com.kinvey.java.LinkedResources.SaveLinkedResourceClientRequest.MetaUploadListener |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
metaDataUploaded(FileMetaData metaData)
Called to notify that metadata has been successfully uploaded to the /blob/
This method is called once, before the file upload actually begins but after the metadata has been set in the blob collection. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Called to notify that metadata has been successfully uploaded to the /blob/
This method is called once, before the file upload actually begins but after the metadata has been set in the blob collection. This metadata is used by the File API to determine the upload URL, and contains the id of the file.
metaData | - The File MetaData associated with the upload about to occur. |
---|