PlayerRepeatState

What state the player can repeat in.

Api Reference

Entries

TRACK
Link copied to clipboard
common
TRACK("track")
Repeat the current track
CONTEXT
Link copied to clipboard
common
CONTEXT("context")
Repeat the current context
OFF
Link copied to clipboard
common
OFF("off")
Will turn repeat off

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: ClientPlayerApi.PlayerRepeatState): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
retrieveIdentifier
Link copied to clipboard
common
open override fun retrieveIdentifier(): String
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

identifier
Link copied to clipboard
common
val identifier: String
name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int

Sources

(source)
Link copied to clipboard