Package com.google.android.exoplayer2
Class HeartRating
- java.lang.Object
-
- com.google.android.exoplayer2.Rating
-
- com.google.android.exoplayer2.HeartRating
-
- All Implemented Interfaces:
Bundleable
@Deprecated public final class HeartRating 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 "heart" or "no heart". It can be used to indicate whether the content is a favorite.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.android.exoplayer2.Bundleable
Bundleable.Creator<T extends Bundleable>
-
-
Field Summary
Fields Modifier and Type Field Description static Bundleable.Creator<HeartRating>CREATORDeprecated.Object that can restore aHeartRatingfrom aBundle.
-
Constructor Summary
Constructors Constructor Description HeartRating()Deprecated.Creates a unrated instance.HeartRating(boolean isHeart)Deprecated.Creates a rated instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.inthashCode()Deprecated.booleanisHeart()Deprecated.Returns whether the rating is "heart".booleanisRated()Deprecated.Whether the rating exists or not.BundletoBundle()Deprecated.Returns aBundlerepresenting the information stored in this object.
-
-
-
Field Detail
-
CREATOR
public static final Bundleable.Creator<HeartRating> CREATOR
Deprecated.Object that can restore aHeartRatingfrom aBundle.
-
-
Method Detail
-
isRated
public boolean isRated()
Deprecated.Description copied from class:RatingWhether the rating exists or not.
-
isHeart
public boolean isHeart()
Deprecated.Returns whether the rating is "heart".
-
toBundle
public Bundle toBundle()
Deprecated.Description copied from interface:BundleableReturns aBundlerepresenting the information stored in this object.
-
-