SESL Material
Toggle table of contents
1.12.0+1.0.31-sesl8+rev0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SESL Material
SESL Material
/
com.google.android.material.snackbar
/
SnackbarContentLayout
Snackbar
Content
Layout
@
RestrictTo
(
value
=
LIBRARY_GROUP
)
open
class
SnackbarContentLayout
:
LinearLayout
,
ContentViewCallback
SESL variant
Members
Constructors
Snackbar
Content
Layout
Link copied to clipboard
constructor
(
@
NonNull
context
:
Context
)
constructor
(
@
NonNull
context
:
Context
,
@
Nullable
attrs
:
AttributeSet
)
Properties
action
View
Link copied to clipboard
open
val
actionView
:
Button
message
View
Link copied to clipboard
open
val
messageView
:
TextView
Functions
animate
Content
In
Link copied to clipboard
open
fun
animateContentIn
(
delay
:
Int
,
duration
:
Int
)
Animates the content of the transient bottom bar in.
animate
Content
Out
Link copied to clipboard
open
fun
animateContentOut
(
delay
:
Int
,
duration
:
Int
)
Animates the content of the transient bottom bar out.
set
Max
Inline
Action
Width
Link copied to clipboard
open
fun
setMaxInlineActionWidth
(
width
:
Int
)