ScanFrequency

class ScanFrequency(val resumePeriodMillis: Long, val pausePeriodMillis: Long)

The model of the parameter to give to the method IContextConfigurator.scanFrequency.

Constructors

Link copied to clipboard
constructor(resumePeriodMillis: Long, pausePeriodMillis: Long)

Types

Link copied to clipboard
object Companion

Preset constants. The terms Ranging and Monitoring are inspired from the Core Location framework of Apple and the iBeacon concept more precisely.

Properties

Link copied to clipboard

The duration of pausing the scan, in milliseconds.

Link copied to clipboard

The duration of running the scan, in milliseconds. It must be greater than LossSettings.graceMillis. If this constraint is not fulfilled, a warning trace is produced.