TvInteractiveAppService.Session.OnTimeShiftStatusChanged Method

Definition

Called when time shift status is changed.

[Android.Runtime.Register("onTimeShiftStatusChanged", "(Ljava/lang/String;I)V", "GetOnTimeShiftStatusChanged_Ljava_lang_String_IHandler", ApiSince=34)]
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=34)>]
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 input for which the time shift status has changed.

status
TimeShiftStatus

The status of which the input has changed to. Should be one of the following. <ul> <li>TvInputManager#TIME_SHIFT_STATUS_UNKNOWN<li>TvInputManager#TIME_SHIFT_STATUS_UNSUPPORTED<li>TvInputManager#TIME_SHIFT_STATUS_UNAVAILABLE<li>TvInputManager#TIME_SHIFT_STATUS_AVAILABLE</ul>

Attributes

Remarks

Called when time shift status is changed.

Java documentation for android.media.tv.interactive.TvInteractiveAppService.Session.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