setVisible

actual fun setVisible(visible: Boolean, animation: Animation, onFinished: Callback?)

Manages visibility of the object.

Parameters

animation

Describes the transition between visible and not visible states.

onFinished

Called when the transition is finished.

expect fun setVisible(visible: Boolean, animation: Animation, onFinished: Callback? = null)

Manages visibility of the object.

Parameters

animation

Describes the transition between visible and not visible states.

onFinished

Called when the transition is finished.

actual fun setVisible(visible: Boolean, animation: Animation, onFinished: Callback?)

Manages visibility of the object.

Parameters

animation

Describes the transition between visible and not visible states.

onFinished

Called when the transition is finished.