de.unikassel.android.sdcframework.preferences.facade
Interface SensorDeviceConfiguration
- All Superinterfaces:
- Configuration, ScannerConfiguration, UpdatableConfiguration<SensorDeviceConfiguration>
- All Known Implementing Classes:
- SensorDeviceConfigurationImpl
public interface SensorDeviceConfiguration
- extends ScannerConfiguration, UpdatableConfiguration<SensorDeviceConfiguration>
Interface for the sensor device configuration, which does extend the device scanner
configuration.
Method Summary |
boolean |
isEnabled()
Getter for the enabled state flag |
void |
setEnabled(boolean enabled)
Setter for the enabled state flag |
setEnabled
void setEnabled(boolean enabled)
- Setter for the enabled state flag
- Parameters:
enabled
- the enabled state flag to set
isEnabled
boolean isEnabled()
- Getter for the enabled state flag
- Returns:
- the enabled state flag