public class Configuration
extends java.lang.Object
| Constructor and Description |
|---|
Configuration(java.lang.String uuid)
Create a configuration that allows to listen to the specified UUID
|
| Modifier and Type | Method and Description |
|---|---|
void |
addUuid(java.lang.String uuid)
Adds a uuid to the list of beacons we want to monitor/scan
|
java.util.List<java.lang.String> |
getUuids()
Returns a list of uuids this configuration allows to monitor/scan.
|
void |
removeUuid(java.lang.String uuid)
Remove this uuid from the list of uuid-beacons we want to monitor/scan
|
public Configuration(java.lang.String uuid)
uuid - the uuid of the beacons we will be monitoring/scanningpublic void addUuid(java.lang.String uuid)
uuid - the UUID of the beacons we want to followpublic void removeUuid(java.lang.String uuid)
uuid - the uuid we want to removepublic java.util.List<java.lang.String> getUuids()