set On Balloon Initialized Listener
fun setOnBalloonInitializedListener(onBalloonInitializedListener: OnBalloonInitializedListener?)
Content copied to clipboard
sets a OnBalloonInitializedListener to the popup. The OnBalloonInitializedListener.onBalloonInitialized will be invoked when inflating the body content of the balloon is finished.
sets a OnBalloonInitializedListener to the popup using a lambda. The OnBalloonInitializedListener.onBalloonInitialized will be invoked when inflating the body content of the balloon is finished.