java.lang.Object | |
↳ | com.kinvey.java.Filev2 |
Wraps the File
public methods in asynchronous functionality using native Android AsyncTask.
This class is constructed via file()
factory method.
The callback mechanism for this api is extended to include the progressChanged(com.kinvey.java.core.MediaHttpUploader)
method, which receives notifications as the upload process transitions through and progresses with the upload.
process.
Sample usage:
{@code mKinveyClient.file().uploadBlocking(file, new UploaderProgressListener() {