| Method and Description |
|---|
| com.pubmatic.sdk.openwrap.core.POBBid.getGrossPrice()
In favour of
POBBid.getPrice(), deprecated in v3.5.0 and will be removed in future releases. |
| com.pubmatic.sdk.common.POBError.setErrorCode(int)
Use
POBError.POBError(int, String) to pass the POBError.errorCode |
| com.pubmatic.sdk.common.POBError.setErrorMessage(String)
Use
POBError.POBError(int, String) to pass the POBError.errorMessage |