Package 

Interface OnThingGeoFenceStatusListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess() Successfully added or removed a geofence
      abstract void onFail(Exception e) Failed to add or remove a geofence
      • Methods inherited from class java.lang.Object

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

      • onSuccess

         abstract void onSuccess()

        Successfully added or removed a geofence

      • onFail

         abstract void onFail(Exception e)

        Failed to add or remove a geofence

        Parameters:
        e - exception information