shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.misc
/
ToastNotificationOptions
/
ToastNotificationOptions
Toast
Notification
Options
constructor
(
isVisible
:
Boolean
=
false
,
message
:
String
,
type
:
ToastType
=
ToastType.INFO
,
duration
:
Long
=
3000
,
position
:
ToastPosition
=
ToastPosition.BOTTOM_CENTER
,
onDismiss
:
(
)
->
Unit
?
=
null
)