Share via


TvInputManager.BlockedRatings Property

Definition

Returns the list of blocked content ratings.

public System.Collections.Generic.IList<Android.Media.TV.TvContentRating>? BlockedRatings { [Android.Runtime.Register("getBlockedRatings", "()Ljava/util/List;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getBlockedRatings", "()Ljava/util/List;", "", ApiSince=28)>]
member this.BlockedRatings : System.Collections.Generic.IList<Android.Media.TV.TvContentRating>

Property Value

the list of content ratings blocked by the user.

Attributes

Remarks

Returns the list of blocked content ratings.

Java documentation for android.media.tv.TvInputManager.getBlockedRatings().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to