active

abstract fun active(view: View): Boolean

Indicates whether view is currently being shown via show. Calling hide on a View will mean this method returns false for it.

Return

true IFF the view is currently being displayed by a call to show

Parameters

view

to test