public class Config
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Config.Beacon |
static class |
Config.BeaconConfiguration |
static class |
Config.BeaconHandler |
static class |
Config.Firmware |
static class |
Config.Floorplan |
static class |
Config.ImageMarker
An ImageMarker indicates an area of interest on an image, usually as a red circle annotation
on the image.
|
static class |
Config.Location |
static class |
Config.Partner |
static class |
Config.User |
| Modifier and Type | Field and Description |
|---|---|
static int |
UPDATING_CONFIGURATION |
static int |
UPDATING_FIRMWARE |
static int |
UPDATING_FLOORPLAN |
static int |
UPDATING_IMAGES |
static int |
UPDATING_PLACEMENT |
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
static Config.BeaconHandler |
beaconHandlerForManufacturer(java.lang.String manufacturer) |
static void |
connectForConfiguration(Beacon beacon,
long timeout,
Completion completion) |
static void |
setBeaconHandlerForManufacturer(Config.BeaconHandler handler,
java.lang.String manufacturer) |
public static final int UPDATING_FIRMWARE
public static final int UPDATING_CONFIGURATION
public static final int UPDATING_PLACEMENT
public static final int UPDATING_FLOORPLAN
public static final int UPDATING_IMAGES
public static Config.BeaconHandler beaconHandlerForManufacturer(java.lang.String manufacturer)
public static void setBeaconHandlerForManufacturer(Config.BeaconHandler handler, java.lang.String manufacturer)
public static void connectForConfiguration(Beacon beacon, long timeout, Completion completion)