Interface NativeBannerAdViewBinder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract View getAdChoicesView() Returns adChoicesView.
      abstract View getAdvertisingView() Returns advertising TextView.
      abstract View getAgeRestrictionView() Returns View for age restrictions.
      abstract View getCtaView() Returns the call-to-action View
      abstract View getDisclaimerView() Returns the disclaimer View.
      abstract View getDomainView() Returns the domain View.
      abstract IconAdView getIconView() Returns icon view.
      abstract ViewGroup getRootAdBannerView() Returns root view of ad view
      abstract View getStarsRatingView() Returns view with stars rating of an application.
      abstract View getTitleView() Returns the main Ad title View
      abstract View getVotesView() Returns the View of votes count.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getAdChoicesView

        @Nullable() abstract View getAdChoicesView()

        Returns adChoicesView.

        Returns:

        adChoices view

      • getAdvertisingView

        @Nullable() abstract View getAdvertisingView()

        Returns advertising TextView. Small TextView above advertising block

        Returns:

        Advertising TextView

      • getAgeRestrictionView

        @Nullable() abstract View getAgeRestrictionView()

        Returns View for age restrictions.

        Returns:

        AgeRestrictions View

      • getCtaView

        @Nullable() abstract View getCtaView()

        Returns the call-to-action View

        Returns:

        CTA View

      • getDisclaimerView

        @Nullable() abstract View getDisclaimerView()

        Returns the disclaimer View.

        Returns:

        Disclaimer View

      • getDomainView

        @Nullable() abstract 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

      • getIconView

        @Nullable() abstract IconAdView getIconView()

        Returns icon view. Icon saves proportions of an image.

        Returns:

        icon view

      • getRootAdBannerView

        @NonNull() abstract ViewGroup getRootAdBannerView()

        Returns root view of ad view

        Returns:

        ViewGroup

      • getStarsRatingView

        @Nullable() abstract 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

      • getTitleView

        @Nullable() abstract View getTitleView()

        Returns the main Ad title View

        Returns:

        Ad View

      • getVotesView

        @Nullable() abstract 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