Package com.my.target.nativeads
Interface NativeBannerAdViewBinder
public interface NativeBannerAdViewBinder
-
Method Summary
Modifier and TypeMethodDescriptionandroid.view.ViewReturns adChoicesView.android.view.ViewReturns advertising TextView.android.view.ViewReturns View for age restrictions.android.view.ViewReturns the call-to-action Viewandroid.view.ViewReturns the disclaimer View.android.view.ViewReturns the domain View.Returns icon view.android.view.ViewGroupThe method must return the AdChoices view, when using DRAWING_MANUAL adChoices placement for nativeBannerAdandroid.view.ViewReturns view with stars rating of an application.android.view.ViewReturns the main Ad title Viewandroid.view.ViewReturns the View of votes count.
-
Method Details
-
getAgeRestrictionView
android.view.View getAgeRestrictionView()Returns View for age restrictions.- Returns:
- AgeRestrictions View
-
getAdvertisingView
android.view.View getAdvertisingView()Returns advertising TextView. Small TextView above advertising block- Returns:
- Advertising TextView
-
getIconView
IconAdView getIconView()Returns icon view. Icon saves proportions of an image.- Returns:
- icon view
-
getTitleView
android.view.View getTitleView()Returns the main Ad title View- Returns:
- Ad View
-
getDomainView
android.view.View getDomainView()Returns the domain View. Usually represents the website of an advertiser. It can be shown only with web type of ad Ad- Returns:
- Domain View
-
getCtaView
android.view.View getCtaView()Returns the call-to-action View- Returns:
- CTA View
-
getVotesView
android.view.View getVotesView()Returns the View of votes count. It can be shown only with store type of an Ad near stars rating- Returns:
- votes View
-
getStarsRatingView
android.view.View getStarsRatingView()Returns view with stars rating of an application. It can be shown only with store type of an Ad.- Returns:
- view for stars rating
-
getDisclaimerView
android.view.View getDisclaimerView()Returns the disclaimer View.- Returns:
- Disclaimer View
-
getAdChoicesView
android.view.View getAdChoicesView()Returns adChoicesView.- Returns:
- adChoices view
-
getRootAdBannerView
android.view.ViewGroup getRootAdBannerView()The method must return the AdChoices view, when using DRAWING_MANUAL adChoices placement for nativeBannerAd- Returns:
- RadioGroup
-