added in version 26.1.0
belongs to Maven artifact com.android.support:design:27.1.0

BaseTransientBottomBar.ContentViewCallback

public static interface BaseTransientBottomBar.ContentViewCallback

android.support.design.widget.BaseTransientBottomBar.ContentViewCallback


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

Summary

Public 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.

Public methods

animateContentIn

added in version 26.1.0
void animateContentIn (int delay, 
                int duration)

Animates the content of the transient bottom bar in.

Parameters
delay int: Animation delay.

duration int: Animation duration.

animateContentOut

added in version 26.1.0
void animateContentOut (int delay, 
                int duration)

Animates the content of the transient bottom bar out.

Parameters
delay int: Animation delay.

duration int: Animation duration.