create
Creates a new SyncListJava object with no unique name and infinite time to live.
Return
CancellationToken which allows to cancel network request.
Parameters
Listener that will receive the created SyncListJava in its onSuccess() callback or any error in onFailure() callback.
Creates a new SyncListJava object with a unique name and infinite time to live.
Return
CancellationToken which allows to cancel network request.
Parameters
Unique name to assign to the new SyncListJava upon creation.
Listener that will receive the created SyncListJava in its onSuccess() callback or any error in onFailure() callback.
Creates a new SyncListJava object with a unique name and specified time to live.
Return
CancellationToken which allows to cancel network request.
Parameters
Unique name to assign to the new SyncListJava upon creation.
Time to live in seconds from now.
Listener that will receive the created SyncListJava in its onSuccess() callback or any error in onFailure() callback.
Creates a new SyncListJava object with a unique name, specified time to live, and a listener for notifications.
Return
CancellationToken which allows to cancel network request.
Parameters
Unique name to assign to the new SyncListJava upon creation.
Time to live in seconds from now.
SyncListJava.Listener that will receive notifications regarding this list.
Listener that will receive the created SyncListJava in its onSuccess() callback or any error in onFailure() callback.