Interface AwsIotMessageCallback

All Known Implementing Classes:
AwsIotCompletion, AwsIotDeviceCommand, AwsIotDeviceCommandAckListener, AwsIotDeviceDeltaListener, AwsIotDeviceReportMessage, AwsIotDeviceSyncMessage, AWSIotMessage, AWSIotTopic

public interface AwsIotMessageCallback
This interface class defines functions called under different message related events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    On failure.
    void
    On success.
    void
    On timeout.
  • Method Details

    • onSuccess

      void onSuccess()
      On success.
    • onFailure

      void onFailure()
      On failure.
    • onTimeout

      void onTimeout()
      On timeout.