Snacky
Snacky copied to clipboard
Dismiss the Snackbar?
Is it possible to dismiss the Snackbar on an event?
Is there a dismiss() method I can call or something?
The Snackbar object inherits from android.support.design.widget.BaseTransientBottomBar so you can call dismiss() on it.
It closes the Snackbar as expected.