-
public class DatabasePagingSource extends RxPagingSource<String, DataSnapshot>
-
-
Constructor Summary
Constructors Constructor Description DatabasePagingSource(Query query)
-
Method Summary
Modifier and Type Method Description Single<PagingSource.LoadResult<String, DataSnapshot>>loadSingle(@NonNull() PagingSource.LoadParams<String> params)DatabaseError.fromStatus() is not meant to be public. StringgetRefreshKey(@NonNull() PagingState<String, DataSnapshot> state)-
Methods inherited from class androidx.paging.rxjava3.RxPagingSource
load, loadSingle -
Methods inherited from class androidx.paging.PagingSource
getInvalid, getJumpingSupported, getKeyReuseSupported, getOnInvalidatedCallbacks$paging_common, getRefreshKey, invalidate, registerInvalidatedCallback, unregisterInvalidatedCallback -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
loadSingle
@NonNull() Single<PagingSource.LoadResult<String, DataSnapshot>> loadSingle(@NonNull() PagingSource.LoadParams<String> params)
DatabaseError.fromStatus() is not meant to be public.
-
getRefreshKey
@Nullable() String getRefreshKey(@NonNull() PagingState<String, DataSnapshot> state)
-
-
-
-