public class PositioningRequest extends com.mopub.volley.toolbox.JsonRequest<MoPubNativeAdPositioning.MoPubClientPositioning>
| Constructor and Description |
|---|
PositioningRequest(java.lang.String url,
com.mopub.volley.Response.Listener<MoPubNativeAdPositioning.MoPubClientPositioning> listener,
com.mopub.volley.Response.ErrorListener errorListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deliverResponse(MoPubNativeAdPositioning.MoPubClientPositioning response) |
protected com.mopub.volley.Response<MoPubNativeAdPositioning.MoPubClientPositioning> |
parseNetworkResponse(com.mopub.volley.NetworkResponse response) |
getBody, getBodyContentType, getPostBody, getPostBodyContentTypeaddMarker, cancel, compareTo, deliverError, getCacheEntry, getCacheKey, getErrorListener, getHeaders, getMethod, getParams, getParamsEncoding, getPostParams, getPostParamsEncoding, getPriority, getRetryPolicy, getSequence, getTag, getTimeoutMs, getTrafficStatsTag, getUrl, hasHadResponseDelivered, isCanceled, markDelivered, parseNetworkError, setCacheEntry, setRequestQueue, setRetryPolicy, setSequence, setShouldCache, setTag, shouldCache, toStringpublic PositioningRequest(java.lang.String url,
com.mopub.volley.Response.Listener<MoPubNativeAdPositioning.MoPubClientPositioning> listener,
com.mopub.volley.Response.ErrorListener errorListener)
protected void deliverResponse(MoPubNativeAdPositioning.MoPubClientPositioning response)
deliverResponse in class com.mopub.volley.toolbox.JsonRequest<MoPubNativeAdPositioning.MoPubClientPositioning>protected com.mopub.volley.Response<MoPubNativeAdPositioning.MoPubClientPositioning> parseNetworkResponse(com.mopub.volley.NetworkResponse response)
parseNetworkResponse in class com.mopub.volley.toolbox.JsonRequest<MoPubNativeAdPositioning.MoPubClientPositioning>