showTooltip

open fun showTooltip(c: ComponentContext, popupWindow: PopupWindow, @Nullable anchorKey: String, xOffset: Int, yOffset: Int)

Deprecated

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

Deprecated

@see showTooltipOnHandle


open fun showTooltip(c: ComponentContext, lithoTooltip: LithoTooltip, @Nullable anchorKey: String)
open fun showTooltip(c: ComponentContext, lithoTooltip: LithoTooltip, @Nullable anchorKey: String, xOffset: Int, yOffset: Int)

Deprecated

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

Deprecated

@see showTooltipOnHandle


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

Deprecated

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

Deprecated

@see {#show}


open fun showTooltip(c: ComponentContext, popupWindow: PopupWindow, anchorKey: String, tooltipPosition: TooltipPosition)

Deprecated

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

Deprecated

@see showTooltip


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

Deprecated

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

Deprecated

@see showTooltip


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

Deprecated

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

Deprecated

See also