Package 

Interface OnThingGeoFencesListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(ArrayList<ThingGeoFence> thingGeoFences) Successfully obtained a list of geofence information
      abstract void onError(String error) Failed to get list of geofence info
      • Methods inherited from class java.lang.Object

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

      • onSuccess

         abstract void onSuccess(ArrayList<ThingGeoFence> thingGeoFences)

        Successfully obtained a list of geofence information

        Parameters:
        thingGeoFences - List of geofence's info.
      • onError

         abstract void onError(String error)

        Failed to get list of geofence info

        Parameters:
        error - error info