Class TextAppearance
-
- All Implemented Interfaces:
-
android.os.Parcelable
,com.monetization.ads.nativeads.template.appearance.NativeTemplateTextAppearance
public final class TextAppearance implements Parcelable, NativeTemplateTextAppearance
TextAppearance provides interfaces for TextView customization. TextAppearance are created using Builder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
TextAppearance.Builder
Builds a TextAppearance.
-
Method Summary
Modifier and Type Method Description Integer
getTextColor()
Float
getTextSize()
Integer
getFontStyle()
String
getFontFamilyName()
Boolean
equals(Object other)
Integer
hashCode()
-
-
Method Detail
-
getTextColor
Integer getTextColor()
-
getTextSize
Float getTextSize()
-
getFontStyle
Integer getFontStyle()
-
getFontFamilyName
String getFontFamilyName()
-
-
-
-