API Reference

com.kinvey.android.async

Class AsyncUploadRequest<T>

  • AsyncClientRequest
    • AsyncRequest
      • com.kinvey.android.async.AsyncUploadRequest<T>


  • public class AsyncUploadRequest<T>
    extends AsyncRequest
    • Constructor Detail

      • AsyncUploadRequest

        public AsyncUploadRequest(java.lang.Object scope,
                                  java.lang.reflect.Method method,
                                  AsyncUploaderProgressListener<T> callback,
                                  java.lang.Object args)
    • Method Detail

      • getListener

        public com.kinvey.java.core.UploaderProgressListener getListener()
      • setListener

        public void setListener(com.kinvey.java.core.UploaderProgressListener p)
      • executeAsync

        public T executeAsync()

        This method will be executed Asynchronously.

        Returns:
        a T object.
        Throws:
        IOException - if any.