Class POBNativeAdResponseAsset

  • All Implemented Interfaces:

    
    public class POBNativeAdResponseAsset
    
                        

    Main class for the assets in the native response, selection of the ad will be done on the basis of the assetId

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      POBNativeAdResponseAsset(int assetId, boolean required, POBNativeAdLinkResponse link) Creates an instance of the class which stores the common properties of the objects in the assets i.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int getAssetId() Returns the id of the asset
      POBNativeAdLinkResponse getLink() Returns the link object containing the click link &3rd party trackers
      boolean isRequired() Return whether bidder requires it to be displayed
      String toString() Converts the object to a readable string
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait