getSelectionModeForAccessibility

Returns the selection mode for accessibility. Should be SELECTION_MODE_NONE, SELECTION_MODE_SINGLE or SELECTION_MODE_MULTIPLE.

Default implementation returns SELECTION_MODE_NONE.

Return

Selection mode for accessibility. Default implementation returns SELECTION_MODE_NONE.

Parameters

recycler

The Recycler that can be used to convert view positions into adapter positions

state

The current state of RecyclerView