Package com.pubmatic.sdk.common.network
Class POBVolley
-
- All Implemented Interfaces:
public class POBVolleyPMVolley is custom volley class to extend the volley functionality
-
-
Constructor Summary
Constructors Constructor Description POBVolley()
-
Method Summary
Modifier and Type Method Description static POBRequestQueuenewRequestQueue(@NonNull() Context context, @NonNull() Network network)Method is to create new request of volley -
-
Method Detail
-
newRequestQueue
static POBRequestQueue newRequestQueue(@NonNull() Context context, @NonNull() Network network)
Method is to create new request of volley
- Parameters:
context- android contextnetwork- of type volley Network- Returns:
value of PMRequestQueue
-
-
-
-