public class

DocumentListenOptions

extends Object
java.lang.Object
   ↳ com.google.firebase.firestore.DocumentListenOptions

Class Overview

Holds options for listening to documents.

Summary

Public Constructors
DocumentListenOptions()
Public Methods
DocumentListenOptions includeMetadataChanges()
Raise an event even if only metadata of a document changed.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DocumentListenOptions ()

Public Methods

public DocumentListenOptions includeMetadataChanges ()

Raise an event even if only metadata of a document changed. Default is false.

Returns
DocumentListenOptions