Interface NativeAdViewBinder

    • 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
    • Constructor Detail

    • Method Detail

      • getAdChoicesView

        @Nullable() abstract View getAdChoicesView()

        The method must return the AdChoices view, when using DRAWING_MANUAL adChoices placement for nativeAd

        Returns:

        adChoices view

      • getAdvertisingView

        @Nullable() abstract View getAdvertisingView()

        Returns advertising View. Small View above advertising block

        Returns:

        Advertising View

      • 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

      • getDescriptionView

        @Nullable() abstract View getDescriptionView()

        Returns View for ad description.

        Returns:

        description View

      • getDisclaimerView

        @Nullable() abstract View getDisclaimerView()

        Returns the disclaimer View.

        Returns:

        Disclaimer View

      • getDomainOrCategoryView

        @Nullable() abstract View getDomainOrCategoryView()

        Returns the View, which is used for: Domain website for website ads or: Category of application for store ads

        Returns:

        Domain View

      • getIconView

        @Nullable() abstract IconAdView getIconView()

        Returns icon view. Icon saves proportions of an image.

        Returns:

        icon view

      • getRootAdView

        @NonNull() abstract ViewGroup getRootAdView()

        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