setSkipMountingIfNotVisible

open fun setSkipMountingIfNotVisible(skipMountingIfNotVisible: Boolean)

If true, calling setVisibilityHint will delegate to setVisibilityHint and skip mounting if the visibility hint was set to false. You should not need this unless you don't have control over calling setVisibilityHint on the BaseMountingView you own.