toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
su.pank.yamusic.account.model
/
BarBellow
Bar
Bellow
@
Serializable
data
class
BarBellow
(
val
alertId
:
String
,
val
text
:
String
,
val
bgColor
:
String
,
val
textColor
:
String
,
val
alertType
:
String
,
val
button
:
Button
,
val
closeButton
:
Boolean
)
(
source
)
Members
Constructors
Bar
Bellow
Link copied to clipboard
constructor
(
alertId
:
String
,
text
:
String
,
bgColor
:
String
,
textColor
:
String
,
alertType
:
String
,
button
:
Button
,
closeButton
:
Boolean
)
Properties
alert
Id
Link copied to clipboard
val
alertId
:
String
alert
Type
Link copied to clipboard
val
alertType
:
String
bg
Color
Link copied to clipboard
val
bgColor
:
String
button
Link copied to clipboard
val
button
:
Button
close
Button
Link copied to clipboard
val
closeButton
:
Boolean
text
Link copied to clipboard
val
text
:
String
text
Color
Link copied to clipboard
val
textColor
:
String