showTooltip

fun showTooltip(c: ComponentContext, tooltip: DeprecatedLithoTooltip, anchorKey: String, tooltipPosition: TooltipPosition)

Show the given tooltip on the component with the given anchorKey in the specified position.


fun showTooltip(context: ComponentContext, popupWindow: PopupWindow, anchorKey: String?, xOffset: Int, yOffset: Int)

Deprecated

@see [showTooltipOnHandle(ComponentContext, PopupWindow, Handle, int, int)]

Show the given tooltip with the specified offsets from the bottom-left corner of the component with the given anchorKey.


fun showTooltip(c: ComponentContext, lithoTooltip: LithoTooltip, anchorKey: String?)

Deprecated

@see [showTooltipOnHandle(ComponentContext, LithoTooltip, Handle)]

Show the given tooltip on the component with the given anchorKey.


fun showTooltip(c: ComponentContext, lithoTooltip: LithoTooltip, anchorKey: String?, xOffset: Int, yOffset: Int)

Deprecated

@see [showTooltipOnHandle(ComponentContext, LithoTooltip, Handle, int, int)]

Show the given tooltip on the component with the given anchorKey.


fun showTooltip(c: ComponentContext, popupWindow: PopupWindow, anchorKey: String, tooltipPosition: TooltipPosition, xOffset: Int, yOffset: Int)

Deprecated

@see [showTooltip(ComponentContext, PopupWindow, String, int, int)]

Show the given tooltip on the component with the given anchorKey with the specified offsets from the given position.


fun showTooltip(context: ComponentContext, tooltip: DeprecatedLithoTooltip, anchorKey: String, tooltipPosition: TooltipPosition, xOffset: Int, yOffset: Int)

Deprecated

@see [showTooltip(ComponentContext, LithoTooltip, String, int, int)]

Show the given tooltip on the component with the given anchorKey with the specified offsets from the given position.