Interface NativeBannerAdViewBinder


public interface NativeBannerAdViewBinder
  • Method Summary

    Modifier and Type
    Method
    Description
    android.view.View
    Returns adChoicesView.
    android.view.View
    Returns advertising TextView.
    android.view.View
    Returns View for age restrictions.
    android.view.View
    Returns the call-to-action View
    android.view.View
    Returns the disclaimer View.
    android.view.View
    Returns the domain View.
    Returns icon view.
    android.view.ViewGroup
    The method must return the AdChoices view, when using DRAWING_MANUAL adChoices placement for nativeBannerAd
    android.view.View
    Returns view with stars rating of an application.
    android.view.View
    Returns the main Ad title View
    android.view.View
    Returns 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