```public abstract void onResult(@NonNull List<...
# android
s
Copy code
public abstract void onResult(@NonNull List<Value> data, int position, int totalCount,
        @Nullable Key previousPageKey, @Nullable Key nextPageKey);
what does that ‘totalCount’ mean? use the jetpack’s paging2.
😶 1
s
Have you got the answer?