Package-level declarations

Types

Link copied to clipboard
data class AudioCommandProperties(val title: String, val iconResId: Int) : Parcelable

Holds properties of an audio command.

Link copied to clipboard
sealed class SeekCommand : Parcelable

Represents a SeekCommand used with the media session. Can be either disabled or enabled.

Link copied to clipboard
sealed class SkipCommand : Parcelable

Represents a SkipCommand used with the media session. Can be either disabled or enabled with either skip or seek functionality.