isChipSelected

public Unit isChipSelected(String text)

Check if Chip with matching text in ChipGroup is selected

Parameters

text

text in chip


public Unit isChipSelected(Matcher<String> matcher)

Check if Chip with matching text in ChipGroup is selected

Parameters

matcher

matcher with text


public Unit isChipSelected(@IdRes() Integer id)

Check if Chip with matching id in ChipGroup is selected

Parameters

id

Chip id