Class ThumbRating

  • All Implemented Interfaces:
    Bundleable

    @Deprecated
    public final class ThumbRating
    extends Rating
    Deprecated.
    com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
    A rating expressed as "thumbs up" or "thumbs down".
    • Constructor Detail

      • ThumbRating

        public ThumbRating()
        Deprecated.
        Creates a unrated instance.
      • ThumbRating

        public ThumbRating​(boolean isThumbsUp)
        Deprecated.
        Creates a rated instance.
        Parameters:
        isThumbsUp - true for "thumbs up", false for "thumbs down".
    • Method Detail

      • isRated

        public boolean isRated()
        Deprecated.
        Description copied from class: Rating
        Whether the rating exists or not.
        Specified by:
        isRated in class Rating
      • isThumbsUp

        public boolean isThumbsUp()
        Deprecated.
        Returns whether the rating is "thumbs up".
      • hashCode

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

        public boolean equals​(@Nullable
                              Object obj)
        Deprecated.
        Overrides:
        equals in class Object
      • toBundle

        public Bundle toBundle()
        Deprecated.
        Description copied from interface: Bundleable
        Returns a Bundle representing the information stored in this object.