openList

abstract fun openList(    options: SyncOptions,     observer: SyncListObserver,     output: SuccessListener<SyncList>)

Open or create a SyncList object.

Parameters

options

SyncOptions that specify open mode and possible SID or Unique Name of the SyncList.

observer

Observer to receive callbacks on all actions performed on the list both locally and remotely.

output

Listener that will receive opened list in its onSuccess() callback or any error in onError() callback.