shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
DisconnectOptions
Disconnect
Options
data
class
DisconnectOptions
(
val
showAlert
:
ShowAlert
?
,
val
redirectUrl
:
String
?
,
val
onWeb
:
Boolean
,
val
updateValidated
:
(
Boolean
)
->
Unit
?
)
Members
Constructors
Disconnect
Options
Link copied to clipboard
constructor
(
showAlert
:
ShowAlert
?
,
redirectUrl
:
String
?
,
onWeb
:
Boolean
,
updateValidated
:
(
Boolean
)
->
Unit
?
)
Properties
on
Web
Link copied to clipboard
val
onWeb
:
Boolean
redirect
Url
Link copied to clipboard
val
redirectUrl
:
String
?
show
Alert
Link copied to clipboard
val
showAlert
:
ShowAlert
?
update
Validated
Link copied to clipboard
val
updateValidated
:
(
Boolean
)
->
Unit
?