Class RatingAppearance

  • All Implemented Interfaces:
    android.os.Parcelable

    public final class RatingAppearance
    extends java.lang.Object
    implements android.os.Parcelable
    RatingAppearance provides interfaces for Rating customization. RatingAppearance are created using RatingAppearance.Builder.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  RatingAppearance.Builder
      • Nested classes/interfaces inherited from interface android.os.Parcelable

        android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static android.os.Parcelable.Creator<RatingAppearance> CREATOR  
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • Field Detail

      • CREATOR

        public static final android.os.Parcelable.Creator<RatingAppearance> CREATOR
    • Method Detail

      • getBackgroundStarColor

        public int getBackgroundStarColor()
        Returns the background star color specified for Rating.
        Returns:
        background star color of the Rating.
      • getProgressStarColor

        public int getProgressStarColor()
        Returns the progress star color specified for Rating.
        Returns:
        progress star color of the Rating.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • describeContents

        public int describeContents()
        Specified by:
        describeContents in interface android.os.Parcelable
      • writeToParcel

        public void writeToParcel​(android.os.Parcel dest,
                                  int flags)
        Specified by:
        writeToParcel in interface android.os.Parcelable