Package com.google.cloud.firestore
Interface ListenerRegistration
public interface ListenerRegistration
Represents a listener that can be removed by calling remove().
-
Method Summary
Modifier and TypeMethodDescriptionvoidremove()Removes the listener being tracked by this ListenerRegistration.
-
Method Details
-
remove
void remove()Removes the listener being tracked by this ListenerRegistration. After the initial call, subsequent calls have no effect.
-