toggle menu
Orbit Compose
android
switch theme
search in API
ui
/
kiwi.orbit.compose.ui.controls
/
ToastHostState
/
showToast
show
Toast
fun
showToast
(
message
:
String
,
iconName
:
IconName
?
=
null
,
actionLabel
:
String
?
=
null
,
toastId
:
String
=
"toast"
)
fun
showToast
(
message
:
String
,
imageUrl
:
String
,
actionLabel
:
String
?
=
null
,
toastId
:
String
=
"toast"
)