IDevice Listener
Interface for a listener of device lifecycle events.
Parameters
D
The model for the kind of device to manage.
S
The model for the kind of space to manage.
Functions
Link copied to clipboard
Callback when a device is seen for the first time in a while.
Link copied to clipboard
Callback when a currently known device is seen again. This is for debugging purpose, so called only if fr.maxcom.beacon.configuration.IContextConfigurator.verbose is set.
Link copied to clipboard
Callback when a currently known device is still seen after an elapsed time. This is subject to the setting of an interval with the method fr.maxcom.beacon.configuration.IContextConfigurator.reminderInterval.