Package com.firebase.ui.firestore
Class FirestoreRecyclerOptions<T>
- java.lang.Object
-
- com.firebase.ui.firestore.FirestoreRecyclerOptions<T>
-
public final class FirestoreRecyclerOptions<T> extends java.lang.ObjectOptions to configure anFirestoreRecyclerAdapter.- See Also:
FirestoreRecyclerOptions.Builder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFirestoreRecyclerOptions.Builder<T>Builder forFirestoreRecyclerOptions.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description androidx.lifecycle.LifecycleOwnergetOwner()Get the (optional)LifecycleOwner.ObservableSnapshotArray<T>getSnapshots()Get theObservableSnapshotArrayto observe.
-
-
-
Method Detail
-
getSnapshots
@NonNull public ObservableSnapshotArray<T> getSnapshots()
Get theObservableSnapshotArrayto observe.
-
getOwner
@Nullable public androidx.lifecycle.LifecycleOwner getOwner()
Get the (optional)LifecycleOwner.
-
-