Share via


TvInteractiveAppView.SendTvRecordingInfoList Method

Definition

Sends the requested android.media.tv.TvRecordingInfo.

[Android.Runtime.Register("sendTvRecordingInfoList", "(Ljava/util/List;)V", "GetSendTvRecordingInfoList_Ljava_util_List_Handler", ApiSince=34)]
public virtual void SendTvRecordingInfoList (System.Collections.Generic.IList<Android.Media.TV.TvRecordingInfo> recordingInfoList);
[<Android.Runtime.Register("sendTvRecordingInfoList", "(Ljava/util/List;)V", "GetSendTvRecordingInfoList_Ljava_util_List_Handler", ApiSince=34)>]
abstract member SendTvRecordingInfoList : System.Collections.Generic.IList<Android.Media.TV.TvRecordingInfo> -> unit
override this.SendTvRecordingInfoList : System.Collections.Generic.IList<Android.Media.TV.TvRecordingInfo> -> unit

Parameters

recordingInfoList
IList<TvRecordingInfo>

The list of recording info requested. Returns an empty list if no matching recording info found.

Attributes

Remarks

Sends the requested android.media.tv.TvRecordingInfo.

Java documentation for android.media.tv.interactive.TvInteractiveAppView.sendTvRecordingInfoList(java.util.List<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