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