com.ouattararomuald.slider / ImageSlider / isPageIndicatorVisible

isPageIndicatorVisible

var isPageIndicatorVisible: Boolean

Returns true when the page indicator visibility is View.VISIBLE, false otherwise.

if (view.isVisible) {
    // Behavior...
}

Setting this property to true sets the visibility to View.VISIBLE, false to View.GONE.

view.isVisible = true