public class NativeAdViewAttributes
extends java.lang.Object
Constructor and Description |
---|
NativeAdViewAttributes() |
NativeAdViewAttributes(org.json.JSONObject configObject) |
Modifier and Type | Method and Description |
---|---|
boolean |
getAutoplay() |
boolean |
getAutoplayOnMobile() |
int |
getBackgroundColor() |
int |
getButtonBorderColor() |
int |
getButtonColor() |
int |
getButtonTextColor() |
int |
getDescriptionTextColor() |
int |
getDescriptionTextSize() |
int |
getTitleTextColor() |
int |
getTitleTextSize() |
android.graphics.Typeface |
getTypeface() |
NativeAdViewAttributes |
setAutoplay(boolean autoplay) |
NativeAdViewAttributes |
setAutoplayOnMobile(boolean autoplay) |
NativeAdViewAttributes |
setBackgroundColor(int backgroundColor) |
NativeAdViewAttributes |
setButtonBorderColor(int buttonBorderColor) |
NativeAdViewAttributes |
setButtonColor(int buttonColor) |
NativeAdViewAttributes |
setButtonTextColor(int buttonTextColor) |
NativeAdViewAttributes |
setDescriptionTextColor(int descriptionTextColor) |
NativeAdViewAttributes |
setTitleTextColor(int titleTextColor) |
NativeAdViewAttributes |
setTypeface(android.graphics.Typeface typeface) |
public NativeAdViewAttributes()
public NativeAdViewAttributes(org.json.JSONObject configObject)
public NativeAdViewAttributes setTypeface(android.graphics.Typeface typeface)
public android.graphics.Typeface getTypeface()
public NativeAdViewAttributes setBackgroundColor(int backgroundColor)
public int getBackgroundColor()
public NativeAdViewAttributes setTitleTextColor(int titleTextColor)
public int getTitleTextColor()
public NativeAdViewAttributes setDescriptionTextColor(int descriptionTextColor)
public int getDescriptionTextColor()
public NativeAdViewAttributes setButtonColor(int buttonColor)
public int getButtonColor()
public NativeAdViewAttributes setButtonTextColor(int buttonTextColor)
public int getButtonTextColor()
public NativeAdViewAttributes setButtonBorderColor(int buttonBorderColor)
public int getButtonBorderColor()
public int getTitleTextSize()
public int getDescriptionTextSize()
public boolean getAutoplay()
public boolean getAutoplayOnMobile()
public NativeAdViewAttributes setAutoplayOnMobile(boolean autoplay)
public NativeAdViewAttributes setAutoplay(boolean autoplay)