| Method and Description |
|---|
| net.pubnative.library.request.model.PubnativeAdModel.getBeacon(String)
Beacons are multiple now, so this method will not cover all options,
IT could even return a beacon with null url, since there are other type of beacons supported.
|
| net.pubnative.library.request.model.PubnativeAdModel.getBeacons()
Beacons returned by this method won't contain all the data, and will
return null in the future, direct access to beacons will be stopped.
|
| net.pubnative.library.request.model.PubnativeAdModel.getPortraitBannerUrl()
This resource is no longer served, so it will always return null
|
| net.pubnative.library.request.model.PubnativeAdModel.getType()
There are no longer differencies about video/native ad, it's implicit to the request
so you should stop using this method
|