setFastSync

abstract fun setFastSync(isEnabled: Boolean): Completable

Update Fast Sync enabled/disabled state. New value will be applied on next synchronization.

Fast Sync is enabled by default and used if firmware supports it. But if users have issues with downloading all the data from a smart band, Fast Sync could be temporary disabled.

Return

Completable that completes when new state is saved

Since

1.3.0-alpha01

See also