BaseTransientBottomBar.ContentViewCallback

public static interface BaseTransientBottomBar.ContentViewCallback
implements ContentViewCallback

com.google.android.material.snackbar.BaseTransientBottomBar.ContentViewCallback


This interface is deprecated.
Use ContentViewCallback instead.

Interface that defines the behavior of the main content of a transient bottom bar.

Summary

Inherited methods

abstract void animateContentIn(int delay, int duration)

Animates the content of the transient bottom bar in.

abstract void animateContentOut(int delay, int duration)

Animates the content of the transient bottom bar out.