| Interface | Description |
|---|---|
| IFutureId<DEVICE_ID> |
Interface for resolved device IDs from API.
|
| Class | Description |
|---|---|
| Action |
Actions are triggered when a smartphone comes into range of a device.
|
| Action.Builder |
Builder class that is used to build
Action instances from values configured by the setters. |
| ActionContent |
A container for information content properties provided by
Action instances
of Action.Type.CONTENT. |
| ActionContent.Builder |
Builder class that is used to build
ActionContent instances from values configured by the setters. |
| Company |
An abstract representation of real company, registered in kontakt.io database.
|
| Company.Builder |
Builder class that is used to build
Company instances from values configured by the setters. |
| Config |
An abstract representation of configuration which
Device must be updated with. |
| Config.Builder |
Builder class that is used to build
Config instances from values configured by the setters. |
| Credentials |
Model class that contains password and master password for
Device. |
| Device |
Model class that represents JSON structure of Kontakt.io device.
|
| Device.Builder |
Builder class that is used to build
Device instances from values configured by the setters. |
| EddystoneFutureUID |
Represents API response with resolved Eddystone UIDs (from shuffled) and set of future shuffles.
|
| EddystoneFutureUID.Builder |
Builder class that is used to build
EddystoneFutureUID instances from values configured by the setters. |
| EddystoneUid |
This class represents an Eddystone-UID composed of 10-byte namespace and a 6-byte instance ID.
|
| Event |
A container for different events that can be collected.
|
| Event.Builder |
Builder class that is used to build
Event instances from values configured by the setters. |
| EventPacket |
Aggregated set of
Event objects. |
| EventPacket.Builder |
Builder class that is used to build
EventPacket instances from values configured by the setters. |
| Firmware |
Model class that provides information concerning the device embedded software that is currently
installed on it.
|
| Firmware.Builder | |
| IBeaconFutureId |
Represents API response with resolved iBeacon ID (from shuffled) and set of future shuffles.
|
| IBeaconFutureId.Builder | |
| IBeaconId |
This class represents an iBeacon-ID composed of 16-byte proximity UUID, 2-byte major and 2-byte minor.
|
| Manager |
An abstract representation of manager.
|
| Manager.Builder | |
| Namespace |
This class represents secure namespace mapping.
|
| Namespace.Builder | |
| Preset |
Preset describes the predefined set of parameters that
Device can be configured with. |
| Preset.Builder |
Builder class that is used to build
Preset instances from values configured by the setters. |
| ProximityId |
This class represents secure proximity mapping.
|
| ProximityId.Builder | |
| ResolvedId |
This class is a connection between device ID in Eddystone (namespace:instanceId) or iBeacon
(proximity:major:minor) format and an unique ID of
Device object. |
| SecureCommand |
This class expresses a command that can be executed on a
Device. |
| Shuffles |
A container for future shuffles both for Eddystone and iBeacon profiles that is aggregated inside
Device object. |
| Shuffles.Builder | |
| Venue |
An abstract representation of a region.
|
| Venue.Builder |
| Enum | Description |
|---|---|
| Access |
Your access to the device.
|
| Action.Type |
Enumeration of action type.
|
| ActionContent.Category |
Enumeration of category type.
|
| DeviceType |
Enumeration of device type.
|
| EventType |
Enumeration of event types.
|
| FirmwareType |
Enumeration of firmware types.
|
| Manager.Role |
Enumeration type of manager role.
|
| Model |
Enumeration type of device model.
|
| OrderBy |
Order by provides possible orderings according to which the requested results are returned.
|
| PacketType |
Enumeration of interleave packet type.
|
| SecureCommandType |
Enumeration of secure command types.
|
| SourceType | |
| Specification |
Enumeration type of specification.
|
| VenueType |
Enumeration of venue types.
|