showAlignLeft

abstract fun showAlignLeft(xOff: Int = 0, yOff: Int = 0)

Deprecated

Use showAlignStart instead.

Replace with

showAlignStart(xOff, yOff)

Shows the balloon on an anchor view as the left alignment with x-off and y-off.

Parameters

xOff

A horizontal offset from the anchor in pixels.

yOff

A vertical offset from the anchor in pixels.