TvRecordingClient.SetTvInteractiveAppView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.