Android Question HTTP ReturnID

Derek Jee

Active Member
Licensed User
Longtime User
Hello there

I wonder if anyone can explain the ReturnID on a HTTP request. I am assuming that it is something where I can pass a value to the job done to finalise processing. I have tried populating it but the jobdone job.ReturnID is always empty.. Am I using it correctly? I basically want to use an id which I am sending in the HTTP request in the job done.. I am using HTTPUtils2..

Many thanks,


Derek.
 

Derek Jee

Active Member
Licensed User
Longtime User
In the JobDOne sub if you type Job. you get ReturnID in the list..

So I can populate the Job.Tag in the request code and retrieve it in the JobDone code?

Thank you Erel
 
Upvote 0

Derek Jee

Active Member
Licensed User
Longtime User
Hi Erel

I am using the HTTPUtils2 library. Oh.. can I put one? as I am using the job.tag for the status code which comes from the server..
 
Upvote 0

Derek Jee

Active Member
Licensed User
Longtime User
Thank you Erel.. I now pass a new argument with the Job.Initialise which has solved it for us..
 
Upvote 0
Top