CollectionChange

expect class CollectionChange(source)

Provides details about a Collection change.

actual class CollectionChange : DelegatedClass<<Error class: unknown class>> (source)
actual class CollectionChange(source)

Properties

Link copied to clipboard

The collection

Link copied to clipboard
expect val documentIDs: List<String>

The list of the changed document IDs

actual val documentIDs: List<String>
actual val documentIDs: List<String>

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String