isFilterSelected

abstract fun isFilterSelected(index: Int): Boolean

Checks if the filter at the given index is selected.

Return

true if the filter is selected, false otherwise.

Parameters

index

The index of the filter to check.