sync

open suspend override fun sync(filter: String?, since: String?, fullState: Boolean, setPresence: Presence?, timeout: Duration, useStateAfter: Boolean?): Result<Sync.Response>

This is the plain sync request. If you want to subscribe to events and more, use start or startOnce.

See also