Event

interface Event

Represents the type of the events that the client can emit. It can be delivered by Client.events.

Types

Link copied to clipboard
class DocumentsChanged(val documentKeys: List<Document.Key>) : Client.Event

Means that the documents of the client has changed.

Link copied to clipboard

Means that the document has synced with the server.

Link copied to clipboard

Means that there is a change in peers.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard