public interface AWSIotMqttMessageDeliveryCallback
| Modifier and Type | Interface and Description |
|---|---|
static class |
AWSIotMqttMessageDeliveryCallback.MessageDeliveryStatus
Possible message delivery states.
|
| Modifier and Type | Method and Description |
|---|---|
void |
statusChanged(AWSIotMqttMessageDeliveryCallback.MessageDeliveryStatus status,
Object userData)
Callback interface to be implemented by application.
|
void statusChanged(AWSIotMqttMessageDeliveryCallback.MessageDeliveryStatus status, Object userData)
status - New status of the publish message.userData - User defined data which was passed in as part of the publish call.Copyright © 2017. All rights reserved.