TvInteractiveAppService.Session.OnTvRecordingInfo(TvRecordingInfo) 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 the requested android.media.tv.TvRecordingInfo
.
[Android.Runtime.Register("onTvRecordingInfo", "(Landroid/media/tv/TvRecordingInfo;)V", "GetOnTvRecordingInfo_Landroid_media_tv_TvRecordingInfo_Handler", ApiSince=34)]
public virtual void OnTvRecordingInfo (Android.Media.TV.TvRecordingInfo? recordingInfo);
[<Android.Runtime.Register("onTvRecordingInfo", "(Landroid/media/tv/TvRecordingInfo;)V", "GetOnTvRecordingInfo_Landroid_media_tv_TvRecordingInfo_Handler", ApiSince=34)>]
abstract member OnTvRecordingInfo : Android.Media.TV.TvRecordingInfo -> unit
override this.OnTvRecordingInfo : Android.Media.TV.TvRecordingInfo -> unit
Parameters
- recordingInfo
- TvRecordingInfo
The requested recording info. null
if no recording found.
- Attributes
Remarks
Receives the requested 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.