setOnBalloonInitializedListener
abstract fun setOnBalloonInitializedListener(onBalloonInitializedListener: OnBalloonInitializedListener?)
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.