ListenerRegistration | Doclava
public interface

ListenerRegistration

com.google.firebase.firestore.ListenerRegistration

Class Overview

Represents a listener that can be removed by calling remove().

Summary

Public Methods
abstract void remove()
Removes the listener being tracked by this ListenerRegistration.

Public Methods

public abstract void remove ()

Removes the listener being tracked by this ListenerRegistration. After the initial call, subsequent calls have no effect.