Class POBNativeAdLinkResponse

  • All Implemented Interfaces:

    
    public class POBNativeAdLinkResponse
    
                        

    This class represents the link object from `native` &`assets` object

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      POBNativeAdLinkResponse(String url, List<String> clickTrackers, String fallbackURL) Returns the instance of the class which stores the link object present in the ad response
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getUrl() Returns the url to be called after the ad or asset is clicked
      List<String> getClickTrackers() Returns the list of 3rd party impression tracking urls
      String getFallbackURL() Returns the fallback url for the ad or asset
      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
    • Constructor Detail

      • POBNativeAdLinkResponse

        POBNativeAdLinkResponse(String url, List<String> clickTrackers, String fallbackURL)
        Returns the instance of the class which stores the link object present in the ad response
        Parameters:
        url - String (required)
        clickTrackers - List of String
        fallbackURL - String