Class android.support.design.widget.Snackbar
The superclass changed from java.lang.Object
to android.support.design.widget.BaseTransientBottomBar
.
Changed Methods | ||
---|---|---|
void dismiss () |
Method was locally defined, but is now inherited from BaseTransientBottomBar .
|
|
int getDuration () |
Method was locally defined, but is now inherited from BaseTransientBottomBar .
|
|
View getView () |
Method was locally defined, but is now inherited from BaseTransientBottomBar .
|
|
boolean isShown () |
Method was locally defined, but is now inherited from BaseTransientBottomBar .
|
|
boolean isShownOrQueued () |
Method was locally defined, but is now inherited from BaseTransientBottomBar .
|
|
Snackbar setCallback (Callback ) |
Now deprecated. |
|
B setDuration (int ) |
Change in return type from Snackbar to B .Method was locally defined, but is now inherited from BaseTransientBottomBar .
|
|
void show () |
Method was locally defined, but is now inherited from BaseTransientBottomBar .
|