NativeAdViewAttributes controls layout and display elements of the NativeAdView. The attributes object must be created and fully initialized at NativeAdView creation time, changes to the attributes object after NativeAdView creation will not propagate to the view.
Расширение: | Object |
Пакет: | ads |
NativeAdViewAttributes()
public NativeAdViewAttributes()
NativeAdViewAttributes(JSONObject)
public NativeAdViewAttributes(JSONObject configObject)
Параметр | Описание |
---|---|
configObject |
setTypeface(Typeface)
public NativeAdViewAttributes setTypeface(Typeface typeface)
Параметр | Описание |
---|---|
typeface |
getTypeface()
public Typeface getTypeface()
setBackgroundColor(int)
public NativeAdViewAttributes setBackgroundColor(int backgroundColor)
Параметр | Описание |
---|---|
backgroundColor |
getBackgroundColor()
public int getBackgroundColor()
setTitleTextColor(int)
public NativeAdViewAttributes setTitleTextColor(int titleTextColor)
Параметр | Описание |
---|---|
titleTextColor |
getTitleTextColor()
public int getTitleTextColor()
setDescriptionTextColor(int)
public NativeAdViewAttributes setDescriptionTextColor(int descriptionTextColor)
Параметр | Описание |
---|---|
descriptionTextColor |
getDescriptionTextColor()
public int getDescriptionTextColor()
setButtonColor(int)
public NativeAdViewAttributes setButtonColor(int buttonColor)
Параметр | Описание |
---|---|
buttonColor |
getButtonColor()
public int getButtonColor()
setButtonTextColor(int)
public NativeAdViewAttributes setButtonTextColor(int buttonTextColor)
Параметр | Описание |
---|---|
buttonTextColor |
getButtonTextColor()
public int getButtonTextColor()
setButtonBorderColor(int)
public NativeAdViewAttributes setButtonBorderColor(int buttonBorderColor)
Параметр | Описание |
---|---|
buttonBorderColor |
getButtonBorderColor()
public int getButtonBorderColor()
getTitleTextSize()
public int getTitleTextSize()
getDescriptionTextSize()
public int getDescriptionTextSize()
getAutoplay()
public boolean getAutoplay()
setAutoplay(boolean)
public NativeAdViewAttributes setAutoplay(boolean autoplay)
Параметр | Описание |
---|---|
autoplay |