DatabaseChange

expect class DatabaseChange(source)

Deprecated

Use CollectionChange

Replace with

CollectionChange

Provides details about a Database change.

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

Deprecated

Use CollectionChange

Replace with

CollectionChange
actual class DatabaseChange(source)

Deprecated

Use CollectionChange

Replace with

CollectionChange

Properties

Link copied to clipboard
expect val database: Database

The database instance

actual val database: Database
actual val database: Database
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