Package com.my.target.nativeads
Interface NativeBannerAdViewBinder
-
- All Implemented Interfaces:
public interface NativeBannerAdViewBinder
-
-
Method Summary
Modifier and Type Method Description abstract ViewgetAdChoicesView()Returns adChoicesView. abstract ViewgetAdvertisingView()Returns advertising TextView. abstract ViewgetAgeRestrictionView()Returns View for age restrictions. abstract ViewgetCtaView()Returns the call-to-action View abstract ViewgetDisclaimerView()Returns the disclaimer View. abstract ViewgetDomainView()Returns the domain View. abstract IconAdViewgetIconView()Returns icon view. abstract ViewGroupgetRootAdBannerView()Returns root view of ad view abstract ViewgetStarsRatingView()Returns view with stars rating of an application. abstract ViewgetTitleView()Returns the main Ad title View abstract ViewgetVotesView()Returns the View of votes count. -
-
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
-
-
-
-