MediaSession.Callback.OnSkipToNext Method

Definition

Override to handle requests to skip to the next media item.

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

Remarks

Override to handle requests to skip to the next media item.

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

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