-
public interface RecyclerViewTrackingBuilder.CurrentDataProviderRepresents some class or object that can, on-demand, provide the latest list of RecyclerItemModel that is backing a RecyclerView.
Used in order to specifically derive a subset of RecyclerItemModel that represents the data currently visible to the user.
Note: For now, this requires that the RecyclerView has a single view-type that corresponds to a view of the RecyclerItemModel.
-
-
Method Summary
Modifier and Type Method Description abstract List<RecyclerItemModel>provideCurrentData()-
-
Method Detail
-
provideCurrentData
abstract List<RecyclerItemModel> provideCurrentData()
-
-
-
-