TvInteractiveAppService.Session.OnTvRecordingInfoList Method

Definition

Receives requested recording info list.

[Android.Runtime.Register("onTvRecordingInfoList", "(Ljava/util/List;)V", "GetOnTvRecordingInfoList_Ljava_util_List_Handler", ApiSince=34)]
public virtual void OnTvRecordingInfoList (System.Collections.Generic.IList<Android.Media.TV.TvRecordingInfo> recordingInfoList);
[<Android.Runtime.Register("onTvRecordingInfoList", "(Ljava/util/List;)V", "GetOnTvRecordingInfoList_Ljava_util_List_Handler", ApiSince=34)>]
abstract member OnTvRecordingInfoList : System.Collections.Generic.IList<Android.Media.TV.TvRecordingInfo> -> unit
override this.OnTvRecordingInfoList : 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

Receives requested recording info list.

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