For Error Tracking, I have to post the URL, Body Parameters, & Error I have to send it to Server.
I can able to get URL, Error, Method but can't get body parameters.
Please check the below mention code.
androidNetworking is object ANRequest
androidNetworking.getRequestBody()
It's giving me null Please update on this for same.
I can access URL using androidNetworking.getUrl(), androidNetworking.getHeaders() , androidNetworking.getMethod() etc
For Error Tracking, I have to post the URL, Body Parameters, & Error I have to send it to Server. I can able to get URL, Error, Method but can't get body parameters.
Please check the below mention code. androidNetworking is object ANRequest androidNetworking.getRequestBody() It's giving me null Please update on this for same.
I can access URL using androidNetworking.getUrl(), androidNetworking.getHeaders() , androidNetworking.getMethod() etc