TvRecordingClient.SetTvInteractiveAppView Method

Definition

Sets the related TvInteractiveAppView instance so the interactive app service can be notified for recording events.

[Android.Runtime.Register("setTvInteractiveAppView", "(Landroid/media/tv/interactive/TvInteractiveAppView;Ljava/lang/String;)V", "GetSetTvInteractiveAppView_Landroid_media_tv_interactive_TvInteractiveAppView_Ljava_lang_String_Handler", ApiSince=34)]
public virtual void SetTvInteractiveAppView (Android.Media.TV.Interactive.TvInteractiveAppView? view, string? recordingId);
[<Android.Runtime.Register("setTvInteractiveAppView", "(Landroid/media/tv/interactive/TvInteractiveAppView;Ljava/lang/String;)V", "GetSetTvInteractiveAppView_Landroid_media_tv_interactive_TvInteractiveAppView_Ljava_lang_String_Handler", ApiSince=34)>]
abstract member SetTvInteractiveAppView : Android.Media.TV.Interactive.TvInteractiveAppView * string -> unit
override this.SetTvInteractiveAppView : Android.Media.TV.Interactive.TvInteractiveAppView * string -> unit

Parameters

view
TvInteractiveAppView

The related TvInteractiveAppView instance that is linked to this TV recording client. null to unlink the view.

recordingId
String

The ID of the recording which is assigned by the TV application. null if and only if the TvInteractiveAppView parameter is null.

Attributes

Remarks

Sets the related TvInteractiveAppView instance so the interactive app service can be notified for recording events.

Java documentation for android.media.tv.TvRecordingClient.setTvInteractiveAppView(android.media.tv.interactive.TvInteractiveAppView, java.lang.String).

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