Interface | Description |
---|---|
IKontaktDeviceConnection | |
IKontaktDeviceConnection.ConnectionListener | |
OnServiceReadyListener |
The listener indicating that Object implementing ServiceConnector interface
(
ServiceConnector ) successfully connected to the corresponding service. |
RemoteKontaktDeviceConnection<T> |
Interface describing connection to the remote device.
|
WriteBatchListener<T> |
WriteBatchListener provides callback methods notifying about writing parameters batch to Beacon device.
|
WriteListener |
WriteListener provides callbacks indicating whether Beacon characteristics manipulation
ended successfully or failed.
|
Class | Description |
---|---|
KontaktDeviceConnection |
KontaktDeviceConnection connection allows to establish connection with beacon.
Since firmware in version 4.0 device does not to have setup password, but below it still needs set password All operation with device should be as quick as possible. |
KontaktDeviceServiceStore |
Acts as a container of characteristics requested before authorization.
|
SyncableKontaktDeviceConnection |
Syncable Kontakt device connection combines
KontaktDeviceConnection and KontaktCloud functionalities. |
SyncableKontaktDeviceConnection.SyncWriteBatchListener<T> |
Abstract class used as listener to notify about batch updating device and syncing with REST API
|
SyncableKontaktDeviceConnection.SyncWriteListener |
Abstract class used as listener to notify about updating device and syncing with REST API
|
WriteListener.WriteResponse |
Object representing response from device after writing characteristic
|
Enum | Description |
---|---|
KontaktDeviceConnection.State |
State enum describes all possible state that BeaconConnection may be in.
|
KontaktDeviceServiceStore.StoreType |
Type of store
KontaktDeviceServiceStore.StoreType.NORMAL if beacon firmware revision is lower than 4.0
KontaktDeviceServiceStore.StoreType.SECURE if beacon firmware revision is 4.0 and greater
|
WriteListener.Cause |