public interface SpacesConfigurator
| Modifier and Type | Method and Description |
|---|---|
SpacesConfigurator |
eddystoneNamespace(IEddystoneNamespace namespace)
Sets Eddystone namespace within which Eddystone devices are searched.
|
SpacesConfigurator |
eddystoneNamespaces(java.util.Collection<IEddystoneNamespace> namespaces)
Sets Eddystone namespaces within which Eddystone devices are searched.
|
SpacesConfigurator |
iBeaconRegion(IBeaconRegion region)
Sets IBeacon region within which IBeacon devices are searched.
|
SpacesConfigurator |
iBeaconRegions(java.util.Collection<IBeaconRegion> regions)
Sets IBeacon regions within which IBeacon devices are searched.
|
SpacesConfigurator iBeaconRegion(IBeaconRegion region)
region - the IBeacon regionSpacesConfigurator iBeaconRegions(java.util.Collection<IBeaconRegion> regions)
regions - the IBeacon regionsSpacesConfigurator eddystoneNamespace(IEddystoneNamespace namespace)
namespace - the eddystone namespacesSpacesConfigurator eddystoneNamespaces(java.util.Collection<IEddystoneNamespace> namespaces)
namespaces - the eddystone namespaces