TvView.TvInputCallback.OnTimeShiftStatusChanged 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.
This is called when the time shift status is changed.
[Android.Runtime.Register("onTimeShiftStatusChanged", "(Ljava/lang/String;I)V", "GetOnTimeShiftStatusChanged_Ljava_lang_String_IHandler", ApiSince=23)]
public virtual void OnTimeShiftStatusChanged (string? inputId, Android.Media.TV.TimeShiftStatus status);
[<Android.Runtime.Register("onTimeShiftStatusChanged", "(Ljava/lang/String;I)V", "GetOnTimeShiftStatusChanged_Ljava_lang_String_IHandler", ApiSince=23)>]
abstract member OnTimeShiftStatusChanged : string * Android.Media.TV.TimeShiftStatus -> unit
override this.OnTimeShiftStatusChanged : string * Android.Media.TV.TimeShiftStatus -> unit
Parameters
- inputId
- String
The ID of the TV input bound to this view.
- status
- TimeShiftStatus
The current time shift status. Should be one of the followings.
<ul>
<li>TvInputManager#TIME_SHIFT_STATUS_UNSUPPORTED
<li>TvInputManager#TIME_SHIFT_STATUS_UNAVAILABLE
<li>TvInputManager#TIME_SHIFT_STATUS_AVAILABLE
</ul>
- Attributes
Remarks
This is called when the time shift status is changed.
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.