public class

Filev2

extends Object
java.lang.Object
   ↳ com.kinvey.java.Filev2

Class Overview

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() {

Summary

Public Constructors
Filev2()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Filev2 ()