TvInteractiveAppService.Session.OnContentBlocked(TvContentRating) Method

Definition

Called when content is blocked.

[Android.Runtime.Register("onContentBlocked", "(Landroid/media/tv/TvContentRating;)V", "GetOnContentBlocked_Landroid_media_tv_TvContentRating_Handler", ApiSince=33)]
public virtual void OnContentBlocked (Android.Media.TV.TvContentRating rating);
[<Android.Runtime.Register("onContentBlocked", "(Landroid/media/tv/TvContentRating;)V", "GetOnContentBlocked_Landroid_media_tv_TvContentRating_Handler", ApiSince=33)>]
abstract member OnContentBlocked : Android.Media.TV.TvContentRating -> unit
override this.OnContentBlocked : Android.Media.TV.TvContentRating -> unit

Parameters

Attributes

Remarks

Called when content is blocked.

Java documentation for android.media.tv.interactive.TvInteractiveAppService.Session.onContentBlocked(android.media.tv.TvContentRating).

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