IContext Configurator
Interface to give settings to a context holder.
Functions
Sets the minimum time that must pass since the last event before allowing another one to trigger. The default setting is DEFAULT_DEVICES_UPDATE_EVENT_SLOWDOWN_MS.
Sets the properties for the detection of the lost of devices. The default setting is LossSettings.DEFAULT.
Prevents the device to enter the doze mode, when scanning is in progress. To use with caution, as it can have an impact on the power consumption. Mainly dedicated to run campaigns of tests with a not used device (screen off, no movement). The default setting is false
.
Sets a duration to wait before to remind that a tag is still seen. The default setting is 0, meaning no reminders.
Sets the instance of a RSSI calculator for distances. The default setting is null
, meaning the rssi is used as-is.
Sets the frequency mode of scanning. The default setting is ScanFrequency.RANGING.
Sets the mode of scanning. The default setting is ScanMode.BALANCED.
Sets a verbose flag. The default setting is false
.