openMap

abstract fun openMap(options: SyncOptions, observer: SyncMapObserver, output: SuccessListener<SyncMap>)

Open or create a SyncMap object.

Parameters

options

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

observer

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

output

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