TvInteractiveAppView.TvInteractiveAppCallback.OnSetTvRecordingInfo Method

Definition

This is called when TvInteractiveAppService.Session#setTvRecordingInfo(String, TvRecordingInfo) is called.

[Android.Runtime.Register("onSetTvRecordingInfo", "(Ljava/lang/String;Ljava/lang/String;Landroid/media/tv/TvRecordingInfo;)V", "GetOnSetTvRecordingInfo_Ljava_lang_String_Ljava_lang_String_Landroid_media_tv_TvRecordingInfo_Handler", ApiSince=34)]
public virtual void OnSetTvRecordingInfo (string iAppServiceId, string recordingId, Android.Media.TV.TvRecordingInfo recordingInfo);
[<Android.Runtime.Register("onSetTvRecordingInfo", "(Ljava/lang/String;Ljava/lang/String;Landroid/media/tv/TvRecordingInfo;)V", "GetOnSetTvRecordingInfo_Ljava_lang_String_Ljava_lang_String_Landroid_media_tv_TvRecordingInfo_Handler", ApiSince=34)>]
abstract member OnSetTvRecordingInfo : string * string * Android.Media.TV.TvRecordingInfo -> unit
override this.OnSetTvRecordingInfo : string * string * Android.Media.TV.TvRecordingInfo -> unit

Parameters

iAppServiceId
String

The ID of the TV interactive app service bound to this view.

recordingId
String

The ID of the recording to set the info for. This is provided by the TV app in TvInteractiveAppView#notifyRecordingStarted(String, String)

recordingInfo
TvRecordingInfo

The TvRecordingInfo to set to the recording.

Attributes

Remarks

This is called when TvInteractiveAppService.Session#setTvRecordingInfo(String, TvRecordingInfo) is called.

Java documentation for android.media.tv.interactive.TvInteractiveAppView.TvInteractiveAppCallback.onSetTvRecordingInfo(java.lang.String, java.lang.String, android.media.tv.TvRecordingInfo).

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