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