TvInputManager.IsRatingBlocked(TvContentRating) メソッド

定義

特定のテレビ コンテンツの評価がユーザーによってブロックされているかどうかを確認します。

[Android.Runtime.Register("isRatingBlocked", "(Landroid/media/tv/TvContentRating;)Z", "")]
public bool IsRatingBlocked (Android.Media.TV.TvContentRating rating);
[<Android.Runtime.Register("isRatingBlocked", "(Landroid/media/tv/TvContentRating;)Z", "")>]
member this.IsRatingBlocked : Android.Media.TV.TvContentRating -> bool

パラメーター

rating
TvContentRating

チェックに対するテレビ コンテンツの評価。 TvContentRating#UNRATED の可能性があります。

戻り値

true 指定されたテレビコンテンツの評価がブロックされている場合は 、 false それ以外の場合は 。

属性

注釈

特定のテレビ コンテンツの評価がユーザーによってブロックされているかどうかを確認します。

の Java ドキュメント android.media.tv.TvInputManager.isRatingBlocked(android.media.tv.TvContentRating)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象