toggle menu
spotify-api-kotlin
4.1.3
common
switch theme
search in API
spotify-api-kotlin
/
com.adamratzman.spotify.endpoints.pub
/
TuneableTrackAttribute
/
DurationInMilliseconds
Duration
In
Milliseconds
object
DurationInMilliseconds
:
TuneableTrackAttribute
<
Int
>
(
source
)
The duration of the track in milliseconds.
Members
Properties
attribute
Link copied to clipboard
val
attribute
:
String
integer
Only
Link copied to clipboard
val
integerOnly
:
Boolean
max
Link copied to clipboard
val
max
:
Int
?
min
Link copied to clipboard
val
min
:
Int
?
type
Class
Link copied to clipboard
val
typeClass
:
KClass
<
Int
>
Functions
as
Track
Attribute
Link copied to clipboard
fun
<
V
:
Number
>
asTrackAttribute
(
value
:
V
)
:
TrackAttribute
<
Int
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String