sync

abstract suspend fun sync(filter: String? = null, since: String? = null, fullState: Boolean = false, setPresence: Presence? = null, timeout: Long = 0, asUserId: UserId? = null): Result<Sync.Response>

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

See also

Sync