onSettingChanged

abstract fun onSettingChanged(settingKey: String)

Should be called when a setting was changed by the user.

Parameters

settingKey

the unique identifier of the setting that was changed. It should be the same as @see SyncableSetting.key