Share via


TvInteractiveAppView.SendTimeShiftMode(TimeShiftMode) Method

Definition

Sends the current time shift mode to the TV interactive app bound to this view

[Android.Runtime.Register("sendTimeShiftMode", "(I)V", "GetSendTimeShiftMode_IHandler", ApiSince=34)]
public virtual void SendTimeShiftMode (Android.Media.TV.TimeShiftMode mode);
[<Android.Runtime.Register("sendTimeShiftMode", "(I)V", "GetSendTimeShiftMode_IHandler", ApiSince=34)>]
abstract member SendTimeShiftMode : Android.Media.TV.TimeShiftMode -> unit
override this.SendTimeShiftMode : Android.Media.TV.TimeShiftMode -> unit

Parameters

mode
TimeShiftMode

The current time shift mode. The value is one of the following: TvInputManager#TIME_SHIFT_MODE_OFF, TvInputManager#TIME_SHIFT_MODE_LOCAL, TvInputManager#TIME_SHIFT_MODE_NETWORK, TvInputManager#TIME_SHIFT_MODE_AUTO.

Attributes

Remarks

Sends the current time shift mode to the TV interactive app bound to this view

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