SkipSection

data class SkipSection(val audioCommandProperties: AudioCommandProperties) : SkipCommand

Represents a SkipCommand which skips the next/previous section if the current ColibrioAudioPlayer.mediaSessionTimelineMode permits

Constructors

Link copied to clipboard
constructor(audioCommandProperties: AudioCommandProperties)

Properties

Link copied to clipboard

The command's properties.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)