showLithoTooltip

abstract fun showLithoTooltip(container: View?, anchorBounds: Rect, xOffset: Int, yOffset: Int)

Do not call this method directly! It should only be called by the Litho framework to ensure that the correct parameters are passed. Use the methods exposed by LithoTooltipController instead.

Display the tooltip on an anchor component with the given bounds relative to the view that contains it.

container is the view that wraps the Component used as anchor, while anchorBounds specifies the bounds of the component relative to the host view. xOffset and yOffset moves the tooltip horizontally and vertically, respectively, from the default position