Class POBNativeAdResponseEventTracker

  • All Implemented Interfaces:
    com.pubmatic.sdk.common.viewability.POBVerificationScriptResource

    
    public class POBNativeAdResponseEventTracker
     implements POBVerificationScriptResource
                        

    This class represents the event trackers passed in the native response object

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      POBNativeAdResponseEventTracker(String url, POBNativeEventType type, POBNativeEventTrackingMethod trackingMethod) Returns the instance of the class which stores the event trackers received in the response
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

      • POBNativeAdResponseEventTracker

        POBNativeAdResponseEventTracker(String url, POBNativeEventType type, POBNativeEventTrackingMethod trackingMethod)
        Returns the instance of the class which stores the event trackers received in the response
        Parameters:
        url - String (required)
        type - POBNativeEventType (required)
        trackingMethod - POBNativeEventTrackingMethod (required)