Class POBNativeAdResponse

  • All Implemented Interfaces:

    
    public class POBNativeAdResponse
    
                        

    Base class for storing the nativeAd response after parsing. Mandatory fields are version of the iab nativeAd response &List of assets (for asset refer POBNativeAdResponseAsset). Selection of the asset to be displayed will be done by matching the id of the asset with the request's asset id not on the basis of the type provided in the response. The asset without an id or a non-integer id will be ignored. Also takes List of event trackers, which is recommended to use over js &imp trackers(for event trackers refer POBNativeAdResponseEventTracker). It also stores the link which will be triggered after the ad is clicked(for link refer POBNativeAdLinkResponse).