Package com.pubmatic.sdk.common.network
Class POBVolley
-
-
Constructor Summary
Constructors Constructor Description POBVolley()
-
Method Summary
Modifier and Type Method Description static POBRequestQueuenewRequestQueue(@NonNull() Network network)Method to create a new request queue with background thread delivery. -
-
Method Detail
-
newRequestQueue
static POBRequestQueue newRequestQueue(@NonNull() Network network)
Method to create a new request queue with background thread delivery. All responses are delivered on a background thread.
- Returns:
Instance of POBRequestQueue
-
-
-
-