triplelift / triplelift-android-sdk

1 stars 1 forks source link

Add logo image url #27

Closed camspilly closed 8 years ago

camspilly commented 8 years ago

Pass back logo image url for publishers to access.

New Option! When instantiating the NativeAdUnit, if you want the logo to be overlayed on the image, continue to use the constructor as is.

BUT...

If you have a tile in your app that is specifically for the advertiser's logo and don't want to have duplication (the logo placed on the main image and the logo placed in your tile), then you can pass false into the NativeAdUnit constructor.

This will prevent the advertiser logo from appearing on the main image.