public class AwsIotDeviceSyncMessage extends AWSIotMessage
errorCode, errorMessage, payload, qos, topic| Constructor and Description |
|---|
AwsIotDeviceSyncMessage(String topic,
AWSIotQos qos,
AbstractAwsIotDevice device) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure()
Callback function to be invoked a non-block API has completed
unsuccessfully.
|
void |
onSuccess()
Callback function to be invoked a non-block API has completed
successfully.
|
getErrorCode, getErrorMessage, getPayload, getQos, getStringPayload, getTopic, onTimeout, setErrorCode, setErrorMessage, setPayload, setQos, setStringPayload, setTopicpublic AwsIotDeviceSyncMessage(String topic, AWSIotQos qos, AbstractAwsIotDevice device)
public void onSuccess()
AWSIotMessageonSuccess in interface AwsIotMessageCallbackonSuccess in class AWSIotMessagepublic void onFailure()
AWSIotMessageonFailure in interface AwsIotMessageCallbackonFailure in class AWSIotMessageCopyright © 2020. All rights reserved.