API Reference

com.kinvey.android.async

Class AsyncDownloadRequest<T>

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


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

      • AsyncDownloadRequest

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

      • getListener

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

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

        public T executeAsync()

        This method will be executed Asynchronously.

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