BeaconSettings

class BeaconSettings(var dwellTimeSeconds: Int? = 0)

Data class representing the settings for beacon-based presence detection.

Constructors

Link copied to clipboard
constructor(dwellTimeSeconds: Int? = 0)

Properties

Link copied to clipboard

The minimum time (in seconds) a user needs to be near a beacon to be considered present.

Functions

Link copied to clipboard
open override fun toString(): String