musicApi
Toggle table of contents
0.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
musicApi
musicApi
/
net.raphdf201
/
ExposedSong
Exposed
Song
@
Serializable
data
class
ExposedSong
(
val
id
:
Int
,
val
title
:
String
,
val
artist
:
String
,
val
album
:
String
?
,
val
duration
:
Int
,
var
uploaded
:
Boolean
)
The info about songs available for the app
Members
Constructors
Exposed
Song
Link copied to clipboard
constructor
(
id
:
Int
,
title
:
String
,
artist
:
String
,
album
:
String
?
,
duration
:
Int
,
uploaded
:
Boolean
)
Properties
album
Link copied to clipboard
val
album
:
String
?
artist
Link copied to clipboard
val
artist
:
String
duration
Link copied to clipboard
val
duration
:
Int
id
Link copied to clipboard
val
id
:
Int
title
Link copied to clipboard
val
title
:
String
uploaded
Link copied to clipboard
var
uploaded
:
Boolean