public interface IThingDelHistoryCallback
Delete historical map callbacks.
abstract void
onSuccess()
onError(String errorCode, String errorMessage)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess()
Delete history map successfully
abstract void onError(String errorCode, String errorMessage)
Failed to delete history map
errorCode
errorMessage