-
public final class FirebaseListOptions<T>Options to configure a FirebaseListAdapter.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFirebaseListOptions.BuilderBuilder for FirebaseListOptions.
-
Method Summary
Modifier and Type Method Description ObservableSnapshotArray<T>getSnapshots()Get the ObservableSnapshotArray to observe. intgetLayout()Get the resource ID of the layout file for a list item. LifecycleOwnergetOwner()Get the (optional) LifecycleOwner. -
-
Method Detail
-
getSnapshots
@NonNull() ObservableSnapshotArray<T> getSnapshots()
Get the ObservableSnapshotArray to observe.
-
getOwner
@Nullable() LifecycleOwner getOwner()
Get the (optional) LifecycleOwner.
-
-
-
-