public class Settings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Beacon |
beacon
Beacon
|
DeviceInfo |
deviceInfo
General device information (color, form-factor, firmware version, hardware version).
|
Eddystone |
eddystone
Eddystone packet advertisers configuration settings.
|
EstimotePackets |
estimote
Estimote specific packet advertisers configuration (service, telemetry).
|
Gpio |
gpio
General Purpose Input/Output port
|
Nfc |
nfc
NFC data settings
|
Other |
other
Other settings (uptime).
|
Power |
power
Power saving settings (flip-to-sleep, dark-to-sleep, battery level).
|
Sensors |
sensors
Device sensors (motion, temperature, light, magnetic field).
|
StorageManager |
storage
Methods for accessing device's storage (if available)
|
Constructor and Description |
---|
Settings(DeviceSettingBuilder builder) |
public final DeviceInfo deviceInfo
public final EstimotePackets estimote
public final Beacon beacon
public final Eddystone eddystone
public final Sensors sensors
public final Nfc nfc
public final Gpio gpio
public final Power power
public final Other other
public final StorageManager storage
public Settings(DeviceSettingBuilder builder)