Package com.firebase.ui.firestore.paging
Class PageKey
- java.lang.Object
-
- com.firebase.ui.firestore.paging.PageKey
-
public class PageKey extends java.lang.ObjectKey for Firestore pagination. Holds the DocumentSnapshot(s) that bound the page.
-
-
Constructor Summary
Constructors Constructor Description PageKey(com.google.firebase.firestore.DocumentSnapshot startAfter, com.google.firebase.firestore.DocumentSnapshot endBefore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.firebase.firestore.QuerygetPageQuery(com.google.firebase.firestore.Query baseQuery, int size)java.lang.StringtoString()
-