Listener
interface Listener
Listener for all operations on a SyncDocumentJava.
Functions
Link copied to clipboard
This callback is invoked when the SyncDocumentJava has been removed.
Link copied to clipboard
open fun onSubscriptionStateChanged(document: SyncDocumentJava, subscriptionState: SubscriptionStateJava)
Called when SyncDocumentJava subscription state has changed.
Link copied to clipboard
Called when SyncDocumentJava has been updated. Use document's properties to get updated values.