TvView.TvInputCallback.OnTimeShiftStatusChanged Method

Definition

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.

Java documentation for android.media.tv.TvView.TvInputCallback.onTimeShiftStatusChanged(java.lang.String, int).

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.

Applies to