Using the Path JobQueue library, is there a way to know when data has been successfully sent to the server? For instance if I were using AsyncTask, then onPostExecute would be the callback method.
In the Path JobQueue library, per my understanding, onRun is analogous to AsynTask's doInBackground; and onAdd is for when data is persisted to local disk. Thanks for any help.