setAnchorView

open fun setAnchorView(@Nullable anchorView: View): B

Sets the view the BaseTransientBottomBar should be anchored above.


open fun setAnchorView(@IdRes anchorViewId: Int): B

Sets the view the BaseTransientBottomBar should be anchored above by id.

Throws

if the anchor view is not found.