| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.iot |
AWSIotAndroidClient
AWS IoT Android
AWSIotAndroidClient provides access to the AWS IoT Service from an Android App.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSIotMqttManager.publishData(byte[] data,
String topic,
AWSIotMqttQos qos,
AWSIotMqttMessageDeliveryCallback callback,
Object userData)
Publish data to an MQTT topic.
|
void |
AWSIotMqttManager.publishString(String str,
String topic,
AWSIotMqttQos qos,
AWSIotMqttMessageDeliveryCallback cb,
Object userData)
Send a message to an MQTT topic.
|
Copyright © 2017. All rights reserved.