Package 

Interface IThingDelHistoryCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess() Delete history map successfully
      abstract void onError(String errorCode, String errorMessage) Failed to delete history map
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onSuccess

         abstract void onSuccess()

        Delete history map successfully

      • onError

         abstract void onError(String errorCode, String errorMessage)

        Failed to delete history map

        Parameters:
        errorCode - error code
        errorMessage - error message