Class POBNativeAdLinkResponse
-
- All Implemented Interfaces:
public class POBNativeAdLinkResponseThis class represents the link object from `native` &`assets` object
-
-
Field Summary
Fields Modifier and Type Field Description public final Stringurlpublic final List<String>clickTrackerspublic final StringfallbackURL
-
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
-
Method Summary
Modifier and Type Method Description StringgetUrl()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 StringgetFallbackURL()Returns the fallback url for the ad or asset StringtoString()Converts the object to a readable string -
-
Method Detail
-
getUrl
@NonNull() String getUrl()
Returns the url to be called after the ad or asset is clicked
- Returns:
String
-
getClickTrackers
@Nullable() List<String> getClickTrackers()
Returns the list of 3rd party impression tracking urls
- Returns:
List of String
-
getFallbackURL
@Nullable() String getFallbackURL()
Returns the fallback url for the ad or asset
- Returns:
String
-
-
-
-