A  B  C  D  G  R  S  U 

S

setArrowColor(Balloon.Builder,Color) - function in com.skydoves.balloon.compose.BalloonComposeExtensionKt
sets a color of the arrow.
setBackgroundColor(Balloon.Builder,Color) - function in com.skydoves.balloon.compose.BalloonComposeExtensionKt
sets the background color of the arrow and popup.
setDismissSequentially(Boolean) - function in com.skydoves.balloon.compose.AwaitBalloonWindowsDsl
Set true to dismiss balloons sequentially.
setIconColor(Balloon.Builder,Color) - function in com.skydoves.balloon.compose.BalloonComposeExtensionKt
sets the color of the icon drawable.
setIsAttachedInDecor(Boolean) - function in com.skydoves.balloon.compose.BalloonWindow
sets whether the popup window will be attached in the decor frame of its parent window.
setOnBalloonClickListener(OnBalloonClickListener) - function in com.skydoves.balloon.compose.BalloonWindow
sets a OnBalloonClickListener to the popup.
setOnBalloonDismissListener(OnBalloonDismissListener) - function in com.skydoves.balloon.compose.BalloonWindow
sets a OnBalloonDismissListener to the popup.
setOnBalloonInitializedListener(OnBalloonInitializedListener) - function in com.skydoves.balloon.compose.BalloonWindow
sets a OnBalloonInitializedListener to the popup.
setOnBalloonOutsideTouchListener(OnBalloonOutsideTouchListener) - function in com.skydoves.balloon.compose.BalloonWindow
sets a OnBalloonOutsideTouchListener to the popup.
setOnBalloonOverlayClickListener(OnBalloonOverlayClickListener) - function in com.skydoves.balloon.compose.BalloonWindow
sets a OnBalloonOverlayClickListener to the overlay popup.
setOnBalloonOverlayTouchListener(View.OnTouchListener) - function in com.skydoves.balloon.compose.BalloonWindow
sets a View.OnTouchListener to the overlay popup
setOnBalloonOverlayTouchListener(Function2) - function in com.skydoves.balloon.compose.BalloonWindow
sets a View.OnTouchListener to the overlay popup using lambda.
setOnBalloonTouchListener(View.OnTouchListener) - function in com.skydoves.balloon.compose.BalloonWindow
sets a View.OnTouchListener to the popup.
setOverlayColor(Balloon.Builder,Color) - function in com.skydoves.balloon.compose.BalloonComposeExtensionKt
background color of the overlay.
setOverlayPaddingColor(Balloon.Builder,Color) - function in com.skydoves.balloon.compose.BalloonComposeExtensionKt
sets color of the overlay padding.
setTextColor(Balloon.Builder,Color) - function in com.skydoves.balloon.compose.BalloonComposeExtensionKt
sets the color of the main text content.
shouldShowUp() - function in com.skydoves.balloon.compose.BalloonWindow
Represents if the balloon should be displayed according to the internal persistence..
showAlign(BalloonAlign,View,List,Integer,Integer) - function in com.skydoves.balloon.compose.BalloonWindow
Shows the balloon on an anchor view depending on the align alignment with x-off and y-off.
showAlignBottom(Integer,Integer) - function in com.skydoves.balloon.compose.BalloonWindow
Shows the balloon on an anchor view as the bottom alignment with x-off and y-off.
showAlignEnd(Integer,Integer) - function in com.skydoves.balloon.compose.BalloonWindow
Shows the balloon on an anchor view as the end alignment with x-off and y-off.
showAlignLeft(Integer,Integer) - function in com.skydoves.balloon.compose.BalloonWindow
Shows the balloon on an anchor view as the left alignment with x-off and y-off.
showAlignRight(Integer,Integer) - function in com.skydoves.balloon.compose.BalloonWindow
Shows the balloon on an anchor view as the right alignment with x-off and y-off.
showAlignStart(Integer,Integer) - function in com.skydoves.balloon.compose.BalloonWindow
Shows the balloon on an anchor view as the start alignment with x-off and y-off.
showAlignTop(Integer,Integer) - function in com.skydoves.balloon.compose.BalloonWindow
Shows the balloon on an anchor view as the top alignment with x-off and y-off.
showAsDropDown(Integer,Integer) - function in com.skydoves.balloon.compose.BalloonWindow
Shows the balloon on an anchor view as drop down with x-off and y-off.
showAtCenter(Integer,Integer,BalloonCenterAlign) - function in com.skydoves.balloon.compose.BalloonWindow
Shows the balloon over the anchor view (overlap) as the center aligns.
A  B  C  D  G  R  S  U