Types

Link copied to clipboard

AuthError means that an authentication error occurred.

Link copied to clipboard
data class Broadcast(val actorID: ActorID?, val topic: String, val payload: String) : Document.Event

Broadcast means that the broadcast event is received from the remote client.

Link copied to clipboard
data class ChangeInfo(val message: String, val operations: List<OperationInfo>, val actorID: ActorID, val clientSeq: UInt, val serverSeq: Long)

Represents the modification made during a document update and the message passed.

Link copied to clipboard
data class DocumentStatusChanged(val docStatus: Document.DocStatus, val actorID: ActorID?) : Document.Event

An event that occurs when the document's status has been changed.

Link copied to clipboard

An event that occurs when the document is changed by local changes.

Link copied to clipboard
Link copied to clipboard

An event that occurs when the document is changed by remote changes.

Link copied to clipboard

An event that occurs when a snapshot is received from the server.

Link copied to clipboard

An event that represents whether the stream connection is connected or not.

Link copied to clipboard

Means that the document sync status has changed.