-
- 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 RatingAppearance.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 public final static Parcelable.Creator<RatingAppearance>CREATORpublic final static intCONTENTS_FILE_DESCRIPTORpublic final static intPARCELABLE_WRITE_RETURN_VALUE
-
Method Summary
Modifier and Type Method Description intgetBackgroundStarColor()Returns the background star color specified for Rating. intgetProgressStarColor()Returns the progress star color specified for Rating. inthashCode()booleanequals(Object o)intdescribeContents()voidwriteToParcel(Parcel dest, int flags)-
-
Method Detail
-
getBackgroundStarColor
int getBackgroundStarColor()
Returns the background star color specified for Rating.
-
getProgressStarColor
int getProgressStarColor()
Returns the progress star color specified for Rating.
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-