Package-level declarations
Frame processing for the de facto industrial standards (iBeacon and Eddystone). The support for other formats and for data specific to manufacturers can be added with the package fr.maxcom.beacon.plugin
.
Types
Link copied to clipboard
abstract class AProcessor<D : ADevice, S>(deviceListener: IDeviceListener<D, S>?, spaceListener: ISpaceListener<S>?)
Model implementation parts common to all processors.
Link copied to clipboard
class BeaconProcessor(deviceListener: IDeviceListener<BeaconDevice, BeaconRegion>?, spaceListener: ISpaceListener<BeaconRegion>?) : AProcessor<BeaconDevice, BeaconRegion> , IProcessor
Processor for iBeacon tags.
Link copied to clipboard
class EddystoneProcessor(deviceListener: IDeviceListener<EddystoneDevice, EddystoneNamespace>?, spaceListener: ISpaceListener<EddystoneNamespace>?) : AProcessor<EddystoneDevice, EddystoneNamespace> , IProcessor
Processor for Eddystone tags.
Link copied to clipboard
interface IProcessor
Interface for a processor.