MediaSession.Callback.OnFastForward Method

Definition

Override to handle requests to fast forward.

[Android.Runtime.Register("onFastForward", "()V", "GetOnFastForwardHandler")]
public virtual void OnFastForward ();
[<Android.Runtime.Register("onFastForward", "()V", "GetOnFastForwardHandler")>]
abstract member OnFastForward : unit -> unit
override this.OnFastForward : unit -> unit
Attributes

Remarks

Override to handle requests to fast forward.

Java documentation for android.media.session.MediaSession.Callback.onFastForward().

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