CSPreferencesSensor Class Reference

Inherits from CSSensor : NSObject
Declared in CSPreferencesSensor.h

Overview

Sensor that can be used to store all the settings. Whenever a setting is changed it stores a new datapoint.

This sensor is typically not being used anymore. It has been replaced by the local file in which settings are stored.

– commitPreference:

Store new settings value.

- (void)commitPreference:(NSNotification *)notification

Parameters

notification

Notification containing the new settings value.

Declared In

CSPreferencesSensor.h