| Interface | Description |
|---|---|
| PMNetworkMonitor.PMConnectivityListener |
Interface definition to provide connectivity callbacks
|
| POBNetworkHandler.POBImageNetworkListener<T> | |
| POBNetworkHandler.POBNetworkListener<T> |
Callback interface for delivering parsed responses.
|
| POBNetworkHandler.POBNetworkResultListener |
Interface definition to get Network Result notification
|
| POBTrackerHandling |
A class having the abstract methods to handle the winning / loss trackers
|
| Class | Description |
|---|---|
| PMNetworkMonitor |
PMNetworkMonitor is used to monitor network state.
|
| PMNetworkMonitor.POBNetworkUpdateReceiver |
Class definition to receive CONNECTIVITY_ACTION related updates
|
| POBHttpRequest |
PMHttpRequest class model class for HTTP Request
which takes necessary params needed for HttpRequest
|
| POBImageRequest |
A data class responsible for storing the details of the request for loading Image
|
| POBNetworkHandler |
Class to make a network call using Volley API.
|
| POBNetworkResult |
Model class definition to maintain network meta data like headers, network time etc
|
| POBRequestQueue |
PMRequestQueue is Custom Request Queue of Volley
|
| POBTrackerHandler |
PMTrackerHandler class is used to handle Ad tracker
|
| POBVolley |
PMVolley is custom volley class to extend the volley functionality
|
| Enum | Description |
|---|---|
| PMNetworkMonitor.ConnectionType |
Enum constant to maintain connection Type
Required for OpenWrap RTB 2.5
|
| POBHttpRequest.HTTP_METHOD |