1.2.0
🎉 Released a new version 1.2.0
! 🎉
What's New?
- Arrow not placing the first time at the right position (#74)
- Added a
setDismissWhenLifecycleOnPause
functionality. (#77)
The balloon popup will be dismissed when the lifecycle owner is on pause status. This method must be work used with1setLifecycleOwner
. - Added
setIconGravity(value: IconGravity)
functionality for deciding gravity of the icon. - Added
OnBalloonInitializedListener
for listening initialized balloon content. (when balloon popup is shown)