TvInteractiveAppService.Session.RequestTvRecordingInfoList Method

Definition

Gets a list of TvRecordingInfo for the specified recording type.

[Android.Runtime.Register("requestTvRecordingInfoList", "(I)V", "GetRequestTvRecordingInfoList_IHandler", ApiSince=34)]
public virtual void RequestTvRecordingInfoList (Android.Media.TV.RecordingStatus type);
[<Android.Runtime.Register("requestTvRecordingInfoList", "(I)V", "GetRequestTvRecordingInfoList_IHandler", ApiSince=34)>]
abstract member RequestTvRecordingInfoList : Android.Media.TV.RecordingStatus -> unit
override this.RequestTvRecordingInfoList : Android.Media.TV.RecordingStatus -> unit

Parameters

type
RecordingStatus

The type of recording to retrieve.

Attributes

Remarks

Gets a list of TvRecordingInfo for the specified recording type.

Java documentation for android.media.tv.interactive.TvInteractiveAppService.Session.requestTvRecordingInfoList(int).

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