Base Transient Bottom Bar
Base class for lightweight transient bars that are displayed along the bottom edge of the application window.
Parameters
<B>
The transient bottom bar subclass.
Inheritors
Types
Link copied to clipboard
Animation modes that can be set on the BaseTransientBottomBar.
Link copied to clipboard
Base class for BaseTransientBottomBar callbacks.
Link copied to clipboard
Behavior for BaseTransientBottomBar.
Link copied to clipboard
Link copied to clipboard
Interface that defines the behavior of the main content of a transient bottom bar.
Link copied to clipboard
annotation class Duration
Properties
Link copied to clipboard
Animation mode that corresponds to the fade in and out animations.
Link copied to clipboard
Animation mode that corresponds to the slide in and out animations.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Show the Snackbar indefinitely.
Link copied to clipboard
Show the Snackbar for a long period of time.
Link copied to clipboard
Show the Snackbar for a short period of time.
Functions
Link copied to clipboard
Adds the specified callback to the list of callbacks that will be notified of transient bottom bar events.
Link copied to clipboard
Dismiss the BaseTransientBottomBar.
Link copied to clipboard
Returns the anchor view for this BaseTransientBottomBar.
Link copied to clipboard
Returns the animation mode.
Link copied to clipboard
Returns the BaseTransientBottomBar's view.
Link copied to clipboard
Returns whether the anchor view layout listener is enabled.
Link copied to clipboard
Returns whether this bottom bar should adjust it's position based on the system gesture area on Android Q and above.
Link copied to clipboard
Return whether this BaseTransientBottomBar is currently being shown.
Link copied to clipboard
Returns whether this BaseTransientBottomBar is currently being shown, or is queued to be shown next.
Link copied to clipboard
Removes the specified callback from the list of callbacks that will be notified of transient bottom bar events.
Link copied to clipboard
Sets the view the BaseTransientBottomBar should be anchored above.
Sets the view the BaseTransientBottomBar should be anchored above by id.
Link copied to clipboard
Sets whether the anchor view layout listener is enabled.
Link copied to clipboard
Sets the animation mode.
Link copied to clipboard
Sets whether this bottom bar should adjust it's position based on the system gesture area on Android Q and above.
Link copied to clipboard
Show the BaseTransientBottomBar.