DittoLiveQuery

The type that is returned when calling observeLocal on a DittoCollection object. It handles the logic for calling the event handler that is provided to the observeLocal call.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the collection being queried.

Link copied to clipboard
val limit: Int

The query limit.

Link copied to clipboard
val offset: Int

The query offset.

Link copied to clipboard

The query that the live query is based on.

Functions

Link copied to clipboard
open override fun close()

Stops the live query from receiving updates.

Link copied to clipboard
protected fun finalize()

Close before garbage collection.

Link copied to clipboard
fun stop()

Stops the live query from receiving updates.