AwaitBalloonWindowsDsl

A DSL for showing multiple balloons at the same time.

Properties

Link copied to clipboard

Set true to dismiss balloons sequentially. False by default.

Functions

Link copied to clipboard
abstract fun BalloonWindow.alignBottom(xOff: Int = 0, yOff: Int = 0)
Link copied to clipboard
abstract fun BalloonWindow.alignEnd(xOff: Int = 0, yOff: Int = 0)
Link copied to clipboard
abstract fun BalloonWindow.alignStart(xOff: Int = 0, yOff: Int = 0)
Link copied to clipboard
abstract fun BalloonWindow.alignTop(xOff: Int = 0, yOff: Int = 0)
Link copied to clipboard
abstract fun BalloonWindow.asDropDown(xOff: Int = 0, yOff: Int = 0)
Link copied to clipboard
abstract fun BalloonWindow.atCenter(xOff: Int = 0, yOff: Int = 0, centerAlign: BalloonCenterAlign = BalloonCenterAlign.TOP)