shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.misc
/
ConfirmHereModalOptions
/
ConfirmHereModalOptions
Confirm
Here
Modal
Options
constructor
(
isVisible
:
Boolean
=
false
,
message
:
String
=
"Are you still there?"
,
onConfirm
:
(
)
->
Unit
,
onTimeout
:
(
)
->
Unit
,
countdownSeconds
:
Int
=
60
,
backgroundColor
:
Int
=
0xFFFFFFFF.toInt()
,
warningColor
:
Int
=
0xFFFF9800.toInt()
)