| Interface | Description |
|---|---|
| MqttTraceHandler |
Interface for simple trace handling, pass the trace message to trace
callback.
|
| Class | Description |
|---|---|
| MqttAndroidClient |
Enables an android application to communicate with an MQTT server using non-blocking methods.
|
| MqttService |
The android service which interfaces with an MQTT client implementation
|
| ParcelableMqttMessage |
A way to flow MqttMessages via Bundles/Intents
|
| Enum | Description |
|---|---|
| MqttAndroidClient.Ack |
The Acknowledgment mode for messages received from
MqttCallback.messageArrived(String, MqttMessage) |