open
fun open(objectId: String, type: String, readOnly: Boolean, handler: NotificationHandler = { _, _ -> Unit }): DeltaCRDT
Content copied to clipboard
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.