| 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.connect(AWSCredentialsProvider credentialsProvider,
AWSIotMqttClientStatusCallback statusCallback)
Initializes the MQTT session and connects to the specified MQTT server
using AWS credentials.
|
void |
AWSIotMqttManager.connect(KeyStore keyStore,
AWSIotMqttClientStatusCallback statusCallback)
Initializes the MQTT session and connects to the specified MQTT server
using certificate and private key in keystore.
|
Copyright © 2017. All rights reserved.