shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.misc
/
GenericAlertOptions
/
GenericAlertOptions
Generic
Alert
Options
constructor
(
isVisible
:
Boolean
=
false
,
type
:
AlertType
=
AlertType.INFO
,
title
:
String
=
""
,
message
:
String
,
actions
:
List
<
AlertAction
>
=
emptyList()
,
onClose
:
(
)
->
Unit
?
=
null
,
showCloseButton
:
Boolean
=
true
,
duration
:
Long
?
=
null
,
position
:
String
=
"top-center"
)