shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.display
/
AlertComponentOptions
/
AlertComponentOptions
Alert
Component
Options
constructor
(
isVisible
:
Boolean
=
false
,
message
:
String
=
""
,
type
:
AlertType
=
AlertType.SUCCESS
,
duration
:
Long
=
3000
,
textColor
:
Int
=
0xFF000000.toInt()
,
onHide
:
(
)
->
Unit
?
=
null
)