TvInteractiveAppService.Session.OnTvRecordingInfoList 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.
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.
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.