relayShowAlign
abstract fun relayShowAlign(align: BalloonAlign, balloon: Balloon, xOff: Int = 0, yOff: Int = 0): Balloon
Shows the balloon on an anchor view depending on the align alignment with x-off and y-off and shows the next balloon sequentially. This function returns the next balloon.
Return
A next balloon.
See also
Parameters
balloon
A next Balloon that will be shown sequentially after dismissing this popup.
xOff
A horizontal offset from the anchor in pixels.
yOff
A vertical offset from the anchor in pixels.