Home > @activeviam/activeui-sdk > SettingsManager > onSync
SettingsManager.onSync property
Return a promise that will be resolved when the settings are synchronized with the Content Server. If the SettingsManager doesn't listen to any Content Server, the promise will be resolved immediately.
Signature:
onSync: () => Promise<any>;