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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void parse(@Nullable() JSONObject input) Method is used to parse the response data and post response on POBResponseParserListener specific callback methods
      void setListener(@NonNull() POBResponseParsing.POBResponseParserListener<POBBid> listener) Method is used to set POBResponseParserListener
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • POBResponseParser

        POBResponseParser()
    • 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