Share via


TvInteractiveAppView.NotifyTimeShiftCurrentPositionChanged Method

Definition

Notifies the corresponding TvInteractiveAppService when time shift current position is changed.

[Android.Runtime.Register("notifyTimeShiftCurrentPositionChanged", "(Ljava/lang/String;J)V", "GetNotifyTimeShiftCurrentPositionChanged_Ljava_lang_String_JHandler", ApiSince=34)]
public virtual void NotifyTimeShiftCurrentPositionChanged (string inputId, long timeMs);
[<Android.Runtime.Register("notifyTimeShiftCurrentPositionChanged", "(Ljava/lang/String;J)V", "GetNotifyTimeShiftCurrentPositionChanged_Ljava_lang_String_JHandler", ApiSince=34)>]
abstract member NotifyTimeShiftCurrentPositionChanged : string * int64 -> unit
override this.NotifyTimeShiftCurrentPositionChanged : string * int64 -> unit

Parameters

inputId
String

The ID of the input for which the time shift current position has changed.

timeMs
Int64

The current position for time shifting, in milliseconds since the epoch.

Attributes

Remarks

Notifies the corresponding TvInteractiveAppService when time shift current position is changed.

Java documentation for android.media.tv.interactive.TvInteractiveAppView.notifyTimeShiftCurrentPositionChanged(java.lang.String, long).

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