yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.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
)
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