public static interface

SaveLinkedResourceClientRequest.MetaUploadListener

implements UploaderProgressListener
com.kinvey.java.LinkedResources.SaveLinkedResourceClientRequest.MetaUploadListener

Summary

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
From interface com.kinvey.java.core.KinveyClientCallback
From interface com.kinvey.java.core.UploaderProgressListener

Public Methods

public 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. This metadata is used by the File API to determine the upload URL, and contains the id of the file.

Parameters
metaData - The File MetaData associated with the upload about to occur.