Class RatingAppearance
-
- All Implemented Interfaces:
-
android.os.Parcelable,com.monetization.ads.nativeads.template.appearance.NativeTemplateRatingAppearance
public final class RatingAppearance implements Parcelable, NativeTemplateRatingAppearance
RatingAppearance provides interfaces for Rating customization. RatingAppearance are created using Builder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRatingAppearance.BuilderBuilds a RatingAppearance.
-
Field Summary
Fields Modifier and Type Field Description private final IntegerbackgroundStarColorprivate final IntegerprogressStarColor
-
Method Summary
Modifier and Type Method Description IntegergetBackgroundStarColor()IntegergetProgressStarColor()Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getBackgroundStarColor
Integer getBackgroundStarColor()
-
getProgressStarColor
Integer getProgressStarColor()
-
-
-
-