Beacon Processor
class BeaconProcessor(deviceListener: IDeviceListener<BeaconDevice, BeaconRegion>?, spaceListener: ISpaceListener<BeaconRegion>?) : AProcessor<BeaconDevice, BeaconRegion> , IProcessor
Processor for iBeacon tags.
Parameters
device Listener
A device listener.
space Listener
A space listener.
Constructors
Link copied to clipboard
constructor(deviceListener: IDeviceListener<BeaconDevice, BeaconRegion>?, spaceListener: ISpaceListener<BeaconRegion>?)