- position
- the position within the adapter for which to return the corresponding section index
Documentation for this section has not yet been entered.
Given a position within the adapter, returns the index of the corresponding section within the array of section objects.
If the section index is outside of the section array bounds, the index must be clipped to fall within the size of the section array.
For example, consider an indexer where the section at array index 0 starts at adapter position 100. Calling this method with position 10, which is before the first section, must return index 0.