cancel

fun cancel(animated: Boolean? = null)

Hide this view if rendered. This method does nothing if the view is not rendered.

This method must be called from the Main Thread.

Parameters

animated

Boolean animate hiding of the view. Passing null will use currentStatus.animated flag value.