open Or Create
Open existing SyncDocumentJava by unique name or create a new one if specified name does not exist.
Return
CancellationToken which allows to cancel network request.
Parameters
Unique name to find existing document or to assign to new document upon creation.
Listener that will receive opened or created SyncDocumentJava in its onSuccess() callback or any error in onFailure() callback.
Open existing SyncDocumentJava by unique name or create a new one if specified name does not exist.
Return
CancellationToken which allows to cancel network request.
Parameters
Unique name to find existing document or to assign to new document upon creation.
Time to live in seconds from now.
Listener that will receive opened or created SyncDocumentJava in its onSuccess() callback or any error in onFailure() callback.
Open existing SyncDocumentJava by unique name or create a new one if specified name does not exist.
Return
CancellationToken which allows to cancel network request.
Parameters
Unique name to find existing document or to assign to new document upon creation.
Time to live in seconds from now.
SyncDocumentJava.Listener that will receive notifications regarding this document.
Listener that will receive opened or created SyncDocumentJava in its onSuccess() callback or any error in onFailure() callback.