open

fun open(objectId: String, type: String, readOnly: Boolean, handler: NotificationHandler = { _, _ -> Unit }): DeltaCRDT

Opens an object of the collection.

Parameters

handler

handler to call when a new update is received.

objectId

the name of the object.

readOnly

is the object open in read-only mode.

type

type of the object.