Class FirestorePagingOptions<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      androidx.lifecycle.LiveData<androidx.paging.PagedList<com.google.firebase.firestore.DocumentSnapshot>> getData()  
      androidx.recyclerview.widget.DiffUtil.ItemCallback<com.google.firebase.firestore.DocumentSnapshot> getDiffCallback()  
      androidx.lifecycle.LifecycleOwner getOwner()  
      SnapshotParser<T> getParser()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getData

        @NonNull
        public androidx.lifecycle.LiveData<androidx.paging.PagedList<com.google.firebase.firestore.DocumentSnapshot>> getData()
      • getDiffCallback

        @NonNull
        public androidx.recyclerview.widget.DiffUtil.ItemCallback<com.google.firebase.firestore.DocumentSnapshot> getDiffCallback()
      • getOwner

        @Nullable
        public androidx.lifecycle.LifecycleOwner getOwner()