Interface AwsIotMessageCallback
-
- All Known Implementing Classes:
AwsIotCompletion,AwsIotDeviceCommand,AwsIotDeviceCommandAckListener,AwsIotDeviceDeltaListener,AwsIotDeviceReportMessage,AwsIotDeviceSyncMessage,AWSIotMessage,AWSIotTopic
public interface AwsIotMessageCallbackThis interface class defines functions called under different message related events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFailure()On failure.voidonSuccess()On success.voidonTimeout()On timeout.
-