TvInputService.Session.OnTimeShiftPlay(Uri) 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.
Called when the application requests to play a given recorded TV program.
[Android.Runtime.Register("onTimeShiftPlay", "(Landroid/net/Uri;)V", "GetOnTimeShiftPlay_Landroid_net_Uri_Handler", ApiSince=24)]
public virtual void OnTimeShiftPlay (Android.Net.Uri? recordedProgramUri);
[<Android.Runtime.Register("onTimeShiftPlay", "(Landroid/net/Uri;)V", "GetOnTimeShiftPlay_Landroid_net_Uri_Handler", ApiSince=24)>]
abstract member OnTimeShiftPlay : Android.Net.Uri -> unit
override this.OnTimeShiftPlay : Android.Net.Uri -> unit
Parameters
- recordedProgramUri
- Uri
The URI of a recorded TV program.
- Attributes
Remarks
Called when the application requests to play a given recorded TV program.
Java documentation for android.media.tv.TvInputService.Session.onTimeShiftPlay(android.net.Uri)
.
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.