shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
MeetingEndedOptions
Meeting
Ended
Options
data
class
MeetingEndedOptions
(
val
showAlert
:
ShowAlert
?
,
val
redirectUrl
:
String
?
,
val
onWeb
:
Boolean
,
val
eventType
:
EventType
,
val
updateValidated
:
(
Boolean
)
->
Unit
?
)
Members
Constructors
Meeting
Ended
Options
Link copied to clipboard
constructor
(
showAlert
:
ShowAlert
?
,
redirectUrl
:
String
?
,
onWeb
:
Boolean
,
eventType
:
EventType
,
updateValidated
:
(
Boolean
)
->
Unit
?
)
Properties
event
Type
Link copied to clipboard
val
eventType
:
EventType
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
?