BaseTransientBottomBar.ContentViewCallback


Kotlin |Java

public interface BaseTransientBottomBar.ContentViewCallback extends ContentViewCallback 


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

Summary

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.

Inherited methods

From com.google.android.material.snackbar.ContentViewCallback

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026年05月14日 UTC.