Class POBResponseParser
-
- All Implemented Interfaces:
-
com.pubmatic.sdk.common.base.POBResponseParsing
public class POBResponseParser implements POBResponseParsing<T>POBResponseParser class parses the PubMatic wrapper ad response and revert the status with the callback methods of POBResponseParserListener
-
-
Constructor Summary
Constructors Constructor Description POBResponseParser()
-
Method Summary
Modifier and Type Method Description voidparse(@Nullable() JSONObject input)Method is used to parse the response data and post response on POBResponseParserListener specific callback methods voidsetListener(@NonNull() POBResponseParsing.POBResponseParserListener<POBBid> listener)Method is used to set POBResponseParserListener -
-
Method Detail
-
parse
void parse(@Nullable() JSONObject input)
Method is used to parse the response data and post response on POBResponseParserListener specific callback methods
- Parameters:
input- response of type JSONObject
-
setListener
void setListener(@NonNull() POBResponseParsing.POBResponseParserListener<POBBid> listener)
Method is used to set POBResponseParserListener
- Parameters:
listener- reference of POBResponseParserListener interface
-
-
-
-