Event
Types
Link copied to clipboard
data class AuthError(val reason: String, val method: Document.Event.AuthError.AuthErrorMethod) : Document.Event
AuthError
means that an authentication error occurred.
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.