startSync
abstract fun startSync(synchronizeObject: PlaySynchronizerInterface.SynchronizeObject, listener: PlaySynchronizerInterface.OnRequestSyncListener? = null)
Content copied to clipboard
Notify that a synchronizeObject has been started.
Parameters
synchronizeObject
the synchronizeObject
listener
the listener. If synchronizeObject is not prepared or release, OnRequestSyncListener.onDenied will be called.