shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.participants
/
ShowAlertOptions
Show
Alert
Options
data
class
ShowAlertOptions
(
val
message
:
String
,
val
type
:
String
=
"info"
,
val
durationMillis
:
Long
=
3000
)
Members
Constructors
Show
Alert
Options
Link copied to clipboard
constructor
(
message
:
String
,
type
:
String
=
"info"
,
durationMillis
:
Long
=
3000
)
Properties
duration
Millis
Link copied to clipboard
val
durationMillis
:
Long
=
3000
message
Link copied to clipboard
val
message
:
String
type
Link copied to clipboard
val
type
:
String