show

fun show(anchor: View)

Shows the balloon on the center of an anchor view.

Parameters

anchor

A target view which popup will be shown to.

fun show(anchor: View, xOff: Int, yOff: Int)

Shows the balloon on the center of an anchor view.

Parameters

anchor

A target view which popup will be shown to.

xOff

A horizontal offset from the anchor in pixels.

yOff

A vertical offset from the anchor in pixels.