| Interface and Description |
|---|
| com.mopub.volley.RequestQueue.RequestFinishedListener |
| Method and Description |
|---|
| com.mopub.volley.RequestQueue.addRequestFinishedListener(RequestQueue.RequestFinishedListener<T>) |
| com.mopub.volley.toolbox.BasicNetwork.convertHeaders(Header[])
Should never have been exposed in the API. This method may be removed in a future
release of Volley.
|
| com.mopub.volley.Request.getPostBody()
Use
Request.getBody() instead. |
| com.mopub.volley.toolbox.JsonRequest.getPostBody() |
| com.mopub.volley.Request.getPostBodyContentType()
Use
Request.getBodyContentType() instead. |
| com.mopub.volley.toolbox.JsonRequest.getPostBodyContentType() |
| com.mopub.volley.Request.getPostParams()
Use
Request.getParams() instead. |
| com.mopub.volley.Request.getPostParamsEncoding()
Use
Request.getParamsEncoding() instead. |
| com.mopub.volley.RequestQueue.removeRequestFinishedListener(RequestQueue.RequestFinishedListener<T>) |