Share via


TvInteractiveAppView.NotifyTimeShiftStatusChanged Method

Definition

Notifies the corresponding TvInteractiveAppService when time shift status is changed.

[Android.Runtime.Register("notifyTimeShiftStatusChanged", "(Ljava/lang/String;I)V", "GetNotifyTimeShiftStatusChanged_Ljava_lang_String_IHandler", ApiSince=34)]
public virtual void NotifyTimeShiftStatusChanged (string inputId, Android.Media.TV.TimeShiftStatus status);
[<Android.Runtime.Register("notifyTimeShiftStatusChanged", "(Ljava/lang/String;I)V", "GetNotifyTimeShiftStatusChanged_Ljava_lang_String_IHandler", ApiSince=34)>]
abstract member NotifyTimeShiftStatusChanged : string * Android.Media.TV.TimeShiftStatus -> unit
override this.NotifyTimeShiftStatusChanged : 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

Notifies the corresponding TvInteractiveAppService when time shift status is changed.

Java documentation for android.media.tv.interactive.TvInteractiveAppView.notifyTimeShiftStatusChanged(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