-
public final class FirebaseRecyclerOptions<T>Options to configure a FirebaseRecyclerAdapter.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFirebaseRecyclerOptions.BuilderBuilder for a FirebaseRecyclerOptions.
-
Method Summary
Modifier and Type Method Description ObservableSnapshotArray<T>getSnapshots()Get the ObservableSnapshotArray to listen to. LifecycleOwnergetOwner()Get the (optional) LifecycleOwner. -
-
Method Detail
-
getSnapshots
@NonNull() ObservableSnapshotArray<T> getSnapshots()
Get the ObservableSnapshotArray to listen to.
-
getOwner
@Nullable() LifecycleOwner getOwner()
Get the (optional) LifecycleOwner. Listening will start/stop after the appropriate lifecycleevents.
-
-
-
-