BalloonPlacement
data class BalloonPlacement(val anchor: View, val subAnchors: List<View> = emptyList(), val align: BalloonAlign = BalloonAlign.TOP, val xOff: Int = 0, val yOff: Int = 0, val type: PlacementType = PlacementType.ALIGNMENT, val width: Int = 0, val height: Int = 0)
BalloonPlacement contains data to determinate position where balloon should be displayed
Constructors
Link copied to clipboard
constructor(anchor: View, subAnchors: List<View> = emptyList(), align: BalloonAlign = BalloonAlign.TOP, xOff: Int = 0, yOff: Int = 0, type: PlacementType = PlacementType.ALIGNMENT, width: Int = 0, height: Int = 0)