TvView.SetTimeShiftPositionCallback(TvView+TimeShiftPositionCallback) 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.
Sets the callback to be invoked when the time shift position is changed.
[Android.Runtime.Register("setTimeShiftPositionCallback", "(Landroid/media/tv/TvView$TimeShiftPositionCallback;)V", "GetSetTimeShiftPositionCallback_Landroid_media_tv_TvView_TimeShiftPositionCallback_Handler", ApiSince=23)]
public virtual void SetTimeShiftPositionCallback (Android.Media.TV.TvView.TimeShiftPositionCallback? callback);
[<Android.Runtime.Register("setTimeShiftPositionCallback", "(Landroid/media/tv/TvView$TimeShiftPositionCallback;)V", "GetSetTimeShiftPositionCallback_Landroid_media_tv_TvView_TimeShiftPositionCallback_Handler", ApiSince=23)>]
abstract member SetTimeShiftPositionCallback : Android.Media.TV.TvView.TimeShiftPositionCallback -> unit
override this.SetTimeShiftPositionCallback : Android.Media.TV.TvView.TimeShiftPositionCallback -> unit
Parameters
- callback
- TvView.TimeShiftPositionCallback
The callback to receive time shift position changes. A value of null
removes the existing callback.
- Attributes
Remarks
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.