shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.misc
/
LoadingScreenOptions
/
LoadingScreenOptions
Loading
Screen
Options
constructor
(
isVisible
:
Boolean
=
false
,
message
:
String
=
"Loading..."
,
progress
:
Int
?
=
null
,
showLogo
:
Boolean
=
true
,
logoUrl
:
String
=
""
,
backgroundColor
:
Int
=
0xFFFFFFFF.toInt()
,
spinnerColor
:
Int
=
0xFF2196F3.toInt()
,
textColor
:
Int
=
0xFF000000.toInt()
)