TvInteractiveAppService.Session.SetTvRecordingInfo Method

Definition

Sets the recording info for the specified recording

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

Parameters

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

Sets the recording info for the specified recording

Java documentation for android.media.tv.interactive.TvInteractiveAppService.Session.setTvRecordingInfo(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