I am trying to set the state to collapsed and using the below code
binding.contentFilterView.setState(ExpandableSelectionView.State.Collapsed); // type ExpandableSingleSelectionView
The compiler shows it in red line and does not give any error statement
I am trying to set the state to collapsed and using the below code
binding.contentFilterView.setState(ExpandableSelectionView.State.Collapsed);// type ExpandableSingleSelectionViewThe compiler shows it in red line and does not give any error statement