toggle menu
edge_dewey
androidJvm
switch theme
search in API
edge_dewey
/
com.microsoft.edge.dewey.snackbar
/
DeweySnackbar
/
Companion
Companion
object
Companion
Members
Properties
LENGTH_INDEFINITE
Link copied to clipboard
const
val
LENGTH_INDEFINITE
:
Int
LENGTH_LONG
Link copied to clipboard
const
val
LENGTH_LONG
:
Int
LENGTH_SHORT
Link copied to clipboard
const
val
LENGTH_SHORT
:
Int
Functions
make
Link copied to clipboard
@
JvmStatic
fun
make
(
view
:
View
,
text
:
CharSequence
,
duration
:
Int
)
:
DeweySnackbar
@
JvmStatic
fun
make
(
context
:
Context
,
view
:
View
,
text
:
CharSequence
,
duration
:
Int
)
:
DeweySnackbar
Make a Snackbar to display a message
@
JvmStatic
fun
make
(
view
:
View
,
@
StringRes
resId
:
Int
,
duration
:
Int
)
:
DeweySnackbar
@
JvmStatic
fun
make
(
context
:
Context
,
view
:
View
,
@
StringRes
resId
:
Int
,
duration
:
Int
)
:
DeweySnackbar
Make a Snackbar to display a message.