You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: