Class ObservableSnapshotArray<T>

  • Type Parameters:
    T - a POJO class to which the DataSnapshots can be converted.
    All Implemented Interfaces:
    Iterable<T>, Collection<T>, List<T>
    Direct Known Subclasses:
    FirebaseArray, FirebaseIndexArray

    public abstract class ObservableSnapshotArray<T>
    extends com.firebase.ui.common.BaseObservableSnapshotArray<com.google.firebase.database.DataSnapshot,​com.google.firebase.database.DatabaseError,​ChangeEventListener,​T>
    Exposes a collection of items in Firebase as a List of DataSnapshot. To observe the list attach a ChildEventListener.
    • Constructor Detail