Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.utils
/
SnackbarHelper
/
showSnackbar
show
Snackbar
@
MainThread
fun
showSnackbar
(
act
:
Activity
?
,
message
:
UiText
,
duration
:
Int
=
Snackbar.LENGTH_SHORT
,
actionText
:
UiText
?
=
null
,
actionCallback
:
(
)
->
Unit
?
=
null
)
(
source
)
@
MainThread
fun
showSnackbar
(
act
:
Activity
?
,
@
StringRes
message
:
Int
,
duration
:
Int
=
Snackbar.LENGTH_SHORT
,
@
StringRes
actionText
:
Int
?
=
null
,
actionCallback
:
(
)
->
Unit
?
=
null
)
(
source
)
@
MainThread
fun
showSnackbar
(
act
:
Activity
?
,
message
:
String
?
,
duration
:
Int
=
Snackbar.LENGTH_SHORT
,
actionText
:
String
?
=
null
,
actionCallback
:
(
)
->
Unit
?
=
null
)
(
source
)