Package com.kernelcrew.moodapp.data
Class CombinedListenerComposer
java.lang.Object
com.kernelcrew.moodapp.data.CombinedListenerComposer
- All Implemented Interfaces:
com.google.firebase.firestore.ListenerRegistration
public class CombinedListenerComposer
extends Object
implements com.google.firebase.firestore.ListenerRegistration
-
Constructor Summary
ConstructorsConstructorDescriptionCombinedListenerComposer
(List<com.google.firebase.firestore.ListenerRegistration> registrations) -
Method Summary
-
Constructor Details
-
CombinedListenerComposer
public CombinedListenerComposer(List<com.google.firebase.firestore.ListenerRegistration> registrations)
-
-
Method Details
-
remove
public void remove()- Specified by:
remove
in interfacecom.google.firebase.firestore.ListenerRegistration
-