Conflict

expect class Conflict(source)

The representation of conflicting changes in the remote and local instances of a document.

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

Properties

Link copied to clipboard
expect val documentId: String

The id of the conflicted document

actual val documentId: String
actual val documentId: String
Link copied to clipboard
expect val localDocument: Document?

The local instance of the document.

actual val localDocument: Document?
actual val localDocument: Document?
Link copied to clipboard

The remote instance of the document.

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