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